Skip to content

Commit 1579c17

Browse files
committed
Fix formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496236 13f79535-47bb-0310-9956-ffa450edef68
1 parent d045a45 commit 1579c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static class CSVFormatBuilder {
7474
* @throws IllegalArgumentException if the delimiter is a line break character
7575
*/
7676
// package protected to give access without needing a synthetic accessor
77-
CSVFormatBuilder(final char delimiter){
77+
CSVFormatBuilder(final char delimiter) {
7878
this(delimiter, null, null, null, null, false, false, null, null, null);
7979
}
8080

0 commit comments

Comments
 (0)