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
commit f2943113748e1ae5041f1972a9561b325d20d493 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 11 17:21:28 2024 -0400 Whitespace --- src/main/java/org/apache/commons/csv/CSVFormat.java | 1 - 1 file changed, 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 c81e9428..88a16f9a 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -2172,7 +2172,6 @@ public final class CSVFormat implements Serializable { for (int i = 1; i < delimLength; i++) { pos++; escape(charSeq.charAt(pos), appendable); - } } start = pos + 1; // start on the current char after this one