Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-stoll committed Dec 5, 2023
1 parent 653e1d1 commit 0b979f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gemerate_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if __name__ == "__main__":
for i in range(15):
sq_i = math.sqrt(i)
print(f"vtx{i:02d}, {(i % 2) == 0}, {(i % 3) == 0}, {i * i}, {sq_i}")
print(f"vtx{i:02d}, {(i % 2) == 0}, {(i % 3) == 0}, {i * i}, {sq_i}")

0 comments on commit 0b979f7

Please sign in to comment.