Fix formatting

This commit is contained in:
Gary Gregory 2022-09-12 09:36:27 -07:00 committed by GitHub
parent 882884f28a
commit f926a300a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: