mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
Formatting?
This commit is contained in:
@@ -32,7 +32,7 @@ class DayRunner(CombinedRunner):
|
||||
heapq.heappush(todo, (dist, x, y, dx, dy))
|
||||
elif best[x, y, dx, dy][0] == dist:
|
||||
best[x, y, dx, dy][1].append((cx, cy, cdx, cdy))
|
||||
|
||||
|
||||
shortest_dist = None
|
||||
finishes = set()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user