Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit c8fd1c7

Browse files
authored
Remove whitespace in a blank line
1 parent 734784c commit c8fd1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def parse_args():
281281
# skip file check if file is directory
282282
if not args.new and os.path.isdir(args.files[0]):
283283
return args
284-
284+
285285
open_mode = 'r'
286286
if args.new and not os.path.exists(args.files[0]):
287287
open_mode = 'w' # overwrite mode to create new file

0 commit comments

Comments
 (0)