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) {
|
if (this.reusableToken.isReady) {
|
||||||
this.addRecordValue(true);
|
this.addRecordValue(true);
|
||||||
} else if (sb != null) {
|
} else if (sb != null) {
|
||||||
trailerComment = sb.toString();
|
trailerComment = sb.toString();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case INVALID:
|
case INVALID:
|
||||||
|
|
Loading…
Reference in New Issue