Skip to content

Commit 631c536

Browse files
committed
Format nit
1 parent 3266424 commit 631c536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ public <T> T getParsedOptionValue(final char opt, final T defaultValue) throws P
475475
* @since 1.5.0
476476
*/
477477
public <T> T getParsedOptionValue(final Option option) throws ParseException {
478-
return getParsedOptionValue(option, () -> null);
478+
return getParsedOptionValue(option, () -> null);
479479
}
480480

481481
/**

0 commit comments

Comments
 (0)