Skip to content

Commit 9f3358f

Browse files
committed
Fix lint
1 parent bb72aa7 commit 9f3358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/lib/day20.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ defmodule Day20b do
132132
|> Enum.filter(&(&1 !== pos and distances[&1] != nil))
133133
end
134134

135-
def cheats_starting_at(cheats, grid, p1, distances) do
135+
def cheats_starting_at(cheats, _grid, p1, distances) do
136136
max_dist1 = distances[p1]
137137

138138
ending_pos_within_20(p1, distances)

0 commit comments

Comments
 (0)