Skip to content

Commit 95f2d83

Browse files
committed
Javadoc
Reduce vertical whitespace
1 parent f53ab49 commit 95f2d83

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ private Options getOptions() {
3737

3838
@Test
3939
void testAmbiquousOptionName() {
40-
assertThrows(AmbiguousOptionException.class, () ->
41-
new DefaultParser().parse(getOptions(), new String[]{"--pref"})
42-
);
40+
assertThrows(AmbiguousOptionException.class, () -> new DefaultParser().parse(getOptions(), new String[] { "--pref" }));
4341
}
4442

4543
@Test

0 commit comments

Comments
 (0)