mirror of
https://github.com/penpot/penpot.git
synced 2025-04-12 15:01:28 -05:00
💄 Minor whitespace cleaning.
This commit is contained in:
parent
894cf3f0ed
commit
598a235bb8
3 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@
|
|||
:y2 10000
|
||||
:style {:stroke line-color :stroke-width "1"}
|
||||
:opacity 0.4}]
|
||||
|
||||
|
||||
[:line {:x1 -10000
|
||||
:y1 (:y point)
|
||||
:x2 10000
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
(defn search-snap-point
|
||||
"Search snap for a single point"
|
||||
[point coord snap-data filter-shapes]
|
||||
|
||||
|
||||
(let [coord-value (get point coord)
|
||||
|
||||
;; This gives a list of [value [[point1 uuid1] [point2 uuid2] ...] we need to remove
|
||||
|
@ -144,7 +144,7 @@
|
|||
|
||||
;; Frames doesn't contain zero. So we take the first frame
|
||||
(not (frames zero)) (-> shapes first :frame-id)
|
||||
|
||||
|
||||
;; Otherwise the root frame is the common
|
||||
:else zero)))
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
(insert! name measure)
|
||||
(print-summary!))))
|
||||
|
||||
(defn mesurable
|
||||
(defn measurable
|
||||
[name f]
|
||||
(fn [& args]
|
||||
(uxbox.util.perf/with-measure name
|
||||
|
|
Loading…
Add table
Reference in a new issue