Skip to content

Commit

Permalink
(face_recognition) fix missing newline at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Mar 11, 2024
1 parent 1c3d480 commit ab780ee
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 ab780ee

Please sign in to comment.