Skip to content

Commit bd9793b

Browse files
committed
Fix indentation
1 parent dfb8888 commit bd9793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public static Builder create() {
216216
.setRecordSeparator(Constants.CRLF)
217217
.setIgnoreEmptyLines(true)
218218
.setDuplicateHeaderMode(DuplicateHeaderMode.ALLOW_ALL);
219-
// @formatter:on
219+
// @formatter:on
220220
}
221221

222222
/**

0 commit comments

Comments
 (0)