Remove extra blank lines
This commit is contained in:
parent
0a0532c8cb
commit
f706da9c9c
|
@ -293,7 +293,6 @@ public class CSVParserTest {
|
|||
testCSV141Failure(CSVFormat.ORACLE, 2);
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testCSV141CSVFormat_POSTGRESQL_CSV() throws Exception {
|
||||
testCSV141Failure(CSVFormat.POSTGRESQL_CSV, 3);
|
||||
|
|
|
@ -1644,7 +1644,6 @@ public class CSVPrinterTest {
|
|||
doRandom(CSVFormat.POSTGRESQL_TEXT, ITERATIONS_FOR_RANDOM_TEST);
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testRandomRfc4180() throws Exception {
|
||||
doRandom(CSVFormat.RFC4180, ITERATIONS_FOR_RANDOM_TEST);
|
||||
|
|
Loading…
Reference in New Issue