8000 Fix formatting · motform/advent-of-clojure@fee41ad · GitHub
[go: up one dir, main page]

Skip to content

Commit fee41ad

Browse files
committed
Fix formatting
1 parent 9672dc7 commit fee41ad

File tree

1 file changed

+3
-3
lines changed
  • src/advent_of_clojure/2022

1 file changed

+3
-3
lines changed

src/advent_of_clojure/2022/12.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
(m/index-of input start)))
4141

4242
(def part-two (search input
43-
#(<= -1 %)
44-
(m/indexes input 0)
45-
(m/index-of input end)))
43+
#(<= -1 %)
44+
(m/indexes input 0)
45+
(m/index-of input end)))

0 commit comments

Comments
 (0)
0