Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit f294311

Browse files
committed
Whitespace
1 parent b7ed400 commit f294311

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,6 @@ private void printWithEscapes(final CharSequence charSeq, final Appendable appen
21722172
for (int i = 1; i < delimLength; i++) {
21732173
pos++;
21742174
escape(charSeq.charAt(pos), appendable);
2175-
21762175
}
21772176
}
21782177
start = pos + 1; // start on the current char after this one

0 commit comments

Comments
 (0)