From 1ae501bbbfd059310d22e5bc40918d4c38a0034c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 10 Dec 2021 15:02:52 +0100 Subject: day09: formatting --- day09.clj | 6 +++--- 1 file 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 -- cgit 1.4.1