Skip to content

Commit

Permalink
Format nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 22, 2018
1 parent 9de7e1a commit a5391bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/lang3/StringUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ public static String[] split(final String str, final String separatorChars, fina
* @return an array of parsed Strings, {@code null} if null String was input
*/
public static String[] splitByWholeSeparator(final String str, final String separator) {
return splitByWholeSeparatorWorker( str, separator, -1, false ) ;
return splitByWholeSeparatorWorker(str, separator, -1, false ) ;
}

/**
Expand Down

0 comments on commit a5391bb

Please sign in to comment.