Skip to content

Commit f926a30

Browse files
authored
Fix formatting
1 parent 882884f commit f926a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ CSVRecord nextRecord() throws IOException {
773773
if (this.reusableToken.isReady) {
774774
this.addRecordValue(true);
775775
} else if (sb != null) {
776-
trailerComment = sb.toString();
776+
trailerComment = sb.toString();
777777
}
778778
break;
779779
case INVALID:

0 commit comments

Comments
 (0)