Skip to content

Commit 96cc9cb

Browse files
committed
ep13b: Fix formatting
1 parent a30108d commit 96cc9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episode-13/src/save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def load_chunk(self, chunk_position):
5757
pickle.dump(blocks, f)
5858

5959
except FileNotFoundError:
60-
return # Fail quietly if chunk file not found.
60+
return # Fail quietly if chunk file not found.
6161

6262
# Create chunk and fill it with the blocks from our chunk file.
6363

0 commit comments

Comments
 (0)