Skip to content

Commit 17017e7

Browse files
committed
Formatting?
1 parent b23f24c commit 17017e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/src/aoc/days/day16.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def enqueue(dist, x, y, dx, dy, cx, cy, cdx, cdy):
3232
heapq.heappush(todo, (dist, x, y, dx, dy))
3333
elif best[x, y, dx, dy][0] == dist:
3434
best[x, y, dx, dy][1].append((cx, cy, cdx, cdy))
35-
35+
3636
shortest_dist = None
3737
finishes = set()
3838

0 commit comments

Comments
 (0)