Skip to content

Commit 35b1891

Browse files
committed
Revert noisy whitespace changes.
1 parent 6fccc82 commit 35b1891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv/src/main/java/com/fasterxml/jackson/dataformat/csv/impl/CsvEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ protected boolean _needsQuotingStrict(String value, int esc)
982982
// 31-Dec-2014, tatu: Comment lines start with # so quote if starts with #
983983
|| (c == '#' && i == 0)) {
984984
return true;
985-
}
985+
}
986986
} else if (c == esc) {
987987
return true;
988988
}

0 commit comments

Comments
 (0)