Skip to content

Commit

Permalink
(face) fix missing newline at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Mar 8, 2024
1 parent c431a04 commit 4e74bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ if __name__ == '__main__':
parser.add_argument('-v', '--verbose', action='store_true')

args = parser.parse_args()
main(**vars(args))
main(**vars(args))

0 comments on commit 4e74bfb

Please sign in to comment.