Skip to content

Commit 283c50b

Browse files
committed
Whitespace police
1 parent 37ce4d5 commit 283c50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public void testFileCleanerExitWhenFinished1() throws Exception {
247247
final String path = testFile.getPath();
248248

249249
assertFalse(testFile.exists(), "1-testFile exists: " + testFile);
250-
250+
251251
// Do NOT used a try-with-resources statement here or the test will fail.
252252
RandomAccessFile raf = createRandomAccessFile();
253253
assertTrue(testFile.exists(), "2-testFile exists");

0 commit comments

Comments
 (0)