about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-12-10 15:02:52 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-12-10 15:02:52 +0100
commit1ae501bbbfd059310d22e5bc40918d4c38a0034c (patch)
tree9d1313db4c91a992f4bbbc8b39fb9359aa12d337
parentd70b322bf7d0c81b36d48a446e1a1880c05e6290 (diff)
downloadadventofcode2021-1ae501bbbfd059310d22e5bc40918d4c38a0034c.tar.gz
adventofcode2021-1ae501bbbfd059310d22e5bc40918d4c38a0034c.tar.xz
adventofcode2021-1ae501bbbfd059310d22e5bc40918d4c38a0034c.zip
day09: formatting
-rw-r--r--day09.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/day09.clj b/day09.clj
index 6066b53..5502b5b 100644
--- a/day09.clj
+++ b/day09.clj
@@ -47,7 +47,7 @@
 (def part2
   (->> low-points
        (map measure)
-      sort
-      (take-last 3)
-      (apply *)))
+       sort
+       (take-last 3)
+       (apply *)))
 ;; => 1600104