Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Sep 20, 2024
1 parent da8e634 commit 43dd6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swiftsimio/swiftsnap.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ def swiftsnap():
for policy_string in policy_strings:
print(policy_string)

print()
output_type_string = (
f"Output type: {data.output_type}, Output selection: {data.select_output}"
)
print(f"{output_type_string}")
print()

numbers_of_particles = "Number of particles: " + ", ".join(
[
Expand Down

0 comments on commit 43dd6b8

Please sign in to comment.