mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 07:26:32 +00:00
Fix formatting
This commit is contained in:
parent
882884f28a
commit
f926a300a1
@ -773,7 +773,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||
if (this.reusableToken.isReady) {
|
||||
this.addRecordValue(true);
|
||||
} else if (sb != null) {
|
||||
trailerComment = sb.toString();
|
||||
trailerComment = sb.toString();
|
||||
}
|
||||
break;
|
||||
case INVALID:
|
||||
|
Loading…
x
Reference in New Issue
Block a user