Skip to content

Commit

Permalink
python: Remove trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
JPEWdev committed Jan 30, 2024
1 parent d97e833 commit e305594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/shacl2code/lang/templates/python.j2
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,3 @@ if __name__ == "__main__":
import sys

sys.exit(main())

2 changes: 1 addition & 1 deletion tests/expect/python/spdx3.py
Original file line number Diff line number Diff line change
Expand Up @@ -4036,4 +4036,4 @@ def main():
if __name__ == "__main__":
import sys

sys.exit(main())
sys.exit(main())

0 comments on commit e305594

Please sign in to comment.