This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new bd9793b4 Fix indentation
bd9793b4 is described below
commit bd9793b4ef16746aee81cf663e4910c311b9963b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jun 22 15:16:08 2025 -0400
Fix indentation
---
src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index eea5a53e..e8cb5e77 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -216,7 +216,7 @@ public final class CSVFormat implements Serializable {
.setRecordSeparator(Constants.CRLF)
.setIgnoreEmptyLines(true)
.setDuplicateHeaderMode(DuplicateHeaderMode.ALLOW_ALL);
- // @formatter:on
+ // @formatter:on
}
/**