Skip to content

Commit 3d1b085

Browse files
committed
Whitespace
1 parent 97bbb98 commit 3d1b085

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/csv/perf/PerformanceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public class PerformanceTest {
4646
private static final String TEST_RESRC = "org/apache/commons/csv/perf/worldcitiespop.txt.gz";
4747

4848
private static final File BIG_FILE = new File(FileUtils.getTempDirectoryPath(), "worldcitiespop.txt");
49+
4950
@BeforeAll
5051
public static void setUpClass() throws FileNotFoundException, IOException {
5152
if (BIG_FILE.exists()) {

0 commit comments

Comments
 (0)