Skip to content

Commit 1df07b6

Browse files
committed
stype(submit): format code
1 parent 64b47ec commit 1df07b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submit/submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ if not my_problem and not args.print:
611611
usage('No known problem specified or detected.')
612612

613613
if not args.print:
614-
# Guess entry point if not already specified.
614+
# Guess entry point if not already specified.
615615
if not entry_point and my_language['entry_point_required']:
616616
if my_language['name'] == 'Java':
617617
entry_point = filebase

0 commit comments

Comments
 (0)