Skip to content

Commit 149916a

Browse files
committed
Deps
1 parent 13a1eab commit 149916a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/2020/day_03.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ defmodule AdventOfCode.Y2020.Day03 do
2020

2121
def run_2(input) do
2222
for result <- Enum.map(@slopes, &traverse(input, &1)), reduce: 1 do
23-
acc -> acc * result
23+
acc ->
24+
acc * result
2425
end
2526
end
2627

0 commit comments

Comments
 (0)