Skip to content

Commit e627a6e

Browse files
committed
Whitespace
1 parent 8556b4c commit e627a6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/cli/DefaultParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ protected void handleConcatenatedOptions(final String token) throws ParseExcepti
342342
break;
343343
}
344344
handleOption(options.getOption(ch));
345-
346345
if (currentOption != null && token.length() != i + 1) {
347346
// add the trail as an argument of the option
348347
currentOption.processValue(stripLeadingAndTrailingQuotesDefaultOff(token.substring(i + 1)));

0 commit comments

Comments
 (0)