Formatting?

This commit is contained in:
2024-12-17 09:34:43 +01:00
parent b23f24c567
commit 17017e7ab4

View File

@@ -32,7 +32,7 @@ class DayRunner(CombinedRunner):
heapq.heappush(todo, (dist, x, y, dx, dy)) heapq.heappush(todo, (dist, x, y, dx, dy))
elif best[x, y, dx, dy][0] == dist: elif best[x, y, dx, dy][0] == dist:
best[x, y, dx, dy][1].append((cx, cy, cdx, cdy)) best[x, y, dx, dy][1].append((cx, cy, cdx, cdy))
shortest_dist = None shortest_dist = None
finishes = set() finishes = set()