Skip to content

Commit f706da9

Browse files
committed
Remove extra blank lines
1 parent 0a0532c commit f706da9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ public void testCSV141CSVFormat_ORACLE() throws Exception {
293293
testCSV141Failure(CSVFormat.ORACLE, 2);
294294
}
295295

296-
297296
@Test
298297
public void testCSV141CSVFormat_POSTGRESQL_CSV() throws Exception {
299298
testCSV141Failure(CSVFormat.POSTGRESQL_CSV, 3);

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,6 @@ public void testRandomPostgreSqlText() throws Exception {
16441644
doRandom(CSVFormat.POSTGRESQL_TEXT, ITERATIONS_FOR_RANDOM_TEST);
16451645
}
16461646

1647-
16481647
@Test
16491648
public void testRandomRfc4180() throws Exception {
16501649
doRandom(CSVFormat.RFC4180, ITERATIONS_FOR_RANDOM_TEST);

0 commit comments

Comments
 (0)