Skip to content

Commit ee7b3a7

Browse files
authored
Fix formatting
1 parent f926a30 commit ee7b3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ private void validateRecordPosition(final String lineSeparator) throws IOExcepti
13751375

13761376
parser.close();
13771377
}
1378+
13781379
// CSV with no header comments
13791380
static private final String CSV_INPUT_NO_COMMENT = "A,B"+CRLF+"1,2"+CRLF;
13801381
// CSV with a header comment
@@ -1399,7 +1400,6 @@ private void validateRecordPosition(final String lineSeparator) throws IOExcepti
13991400

14001401
@Test
14011402
public void testGetHeaderComment_NoComment1() throws IOException {
1402-
14031403
try (CSVParser parser = CSVParser.parse(CSV_INPUT_NO_COMMENT, FORMAT_AUTO_HEADER)) {
14041404
parser.getRecords();
14051405
// Expect no header comment

0 commit comments

Comments
 (0)