Skip to content

Commit 34172dd

Browse files
committed
Remove rogue newline
1 parent 03167c3 commit 34172dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

run_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ def wait_until_all_files_are_in_folder(db: ReleaseShelf) -> None:
10051005
are_all_files_there = (
10061006
are_linux_files_there and are_windows_files_there and are_macos_files_there
10071007
)
1008-
10091008
if not are_all_files_there:
10101009
linux_tick = "✅" if are_linux_files_there else "❌"
10111010
windows_tick = "✅" if are_windows_files_there else "❌"

0 commit comments

Comments
 (0)