Skip to content

Commit a1da771

Browse files
GregSavinbhufmann
authored andcommitted
fix formatting issue
1 parent 978a2b5 commit a1da771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/argparse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ArgExtractor {
6161
arg = arg.concat(peek);
6262
} else {
6363
// end of quotation; just consume character without adding literally to arg
64-
inQuotedString = false;
64+
inQuotedString = false;
6565
}
6666
} else {
6767
// open double quotation

0 commit comments

Comments
 (0)