Skip to content

Commit

Permalink
Update file writing to include newline at end
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Aug 1, 2024
1 parent e7345bd commit 5501db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lindi/lindi1/_lindi1.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ def _create_empty_lindi_file(filename: str, create_binary: bool):
f.write(b"\0" * lindi1_header['rfs_padding'])
else:
with open(filename, "w") as f:
json.dump(empty_rfs, f, indent=2)
json.dump(empty_rfs, f, indent=2)

0 comments on commit 5501db9

Please sign in to comment.