Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Dec 8, 2023
1 parent f4a8c99 commit 63218b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/splat_ext/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def split(self, rom_bytes: bytes):
self.out_path().parent.mkdir(parents=True, exist_ok=True)

with open(self.out_path(), "w", newline="\n") as f:
f.write(self.file_text)
f.write(self.file_text)

0 comments on commit 63218b7

Please sign in to comment.