Whitespace

This commit is contained in:
Gary Gregory 2024-09-14 09:49:45 -04:00
parent 97bbb985be
commit 3d1b085a07
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class PerformanceTest {
private static final String TEST_RESRC = "org/apache/commons/csv/perf/worldcitiespop.txt.gz";
private static final File BIG_FILE = new File(FileUtils.getTempDirectoryPath(), "worldcitiespop.txt");
@BeforeAll
public static void setUpClass() throws FileNotFoundException, IOException {
if (BIG_FILE.exists()) {