Skip to content

Commit 3d4fae5

Browse files
committed
Remove trailing white spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1669873 13f79535-47bb-0310-9956-ffa450edef68
1 parent ce1b4d8 commit 3d4fae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/cli/OptionBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void testSpecialOptChars() throws Exception
112112
// ' '
113113
try {
114114
OptionBuilder.create(' ');
115-
fail( "IllegalArgumentException not caught" );
115+
fail( "IllegalArgumentException not caught" );
116116
} catch (IllegalArgumentException e) {
117117
// success
118118
}

0 commit comments

Comments
 (0)