Skip to content

Commit 45271b7

Browse files
committed
Fix whitespace.
1 parent 2f366d9 commit 45271b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/logo.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686
[:ellipse {:cx 500 :cy 300 :rx 11 :ry 11 :stroke "none" :fill "rgb(147.0 189.0 154.0)"}] ; the pupil
8787
[:ellipse {:cx 490 :cy 300 :rx 11 :ry 11 :stroke "none" :fill "rgb(147.0 189.0 154.0)"}]
8888
[:ellipse {:cx 510 :cy 300 :rx 11 :ry 11 :stroke "none" :fill "rgb(147.0 189.0 154.0)"}]
89-
(let [
90-
points (map #(-> [(- (first %) 400) (- (second %) 400)] ; -[½w ½h] to center the curve
89+
(let [points (map #(-> [(- (first %) 400) (- (second %) 400)] ; -[½w ½h] to center the curve
9190
complex-square ; square each vector as a complex number
9291
(v* 0.0015)) ; scale those squared vectors down
9392
hilbert-points)]

0 commit comments

Comments
 (0)