Skip to content

Commit cbe11a4

Browse files
High
1 parent 2ef9a9c commit cbe11a4

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
@@ -2262,7 +2262,7 @@ private void printWithEscapes(final CharSequence charSeq, final Appendable appen
22622262
c = 'r'; // convert isCR to 'r'
22632263
}
22642264
escape(c, appendable);
2265-
if (isDelimiterStart) {
2265+
{
22662266
while (++pos < end && isDelimiter(charSeq.charAt(pos), delim, delimLength)) {
22672267

22682268
escape(charSeq.charAt(pos), appendable);

0 commit comments

Comments
 (0)