Skip to content

Commit d7afc20

Browse files
committed
Whitespace before Javadoc
1 parent 136e045 commit d7afc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public int compare(final Option opt1, final Option opt2) {
168168
return opt1.getKey().compareToIgnoreCase(opt2.getKey());
169169
}
170170
}
171+
171172
/** "Options" text for options header */
172173
private static final String HEADER_OPTIONS = "Options";
173174

0 commit comments

Comments
 (0)