This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 283c50bc Whitespace police
283c50bc is described below

commit 283c50bcf6a3dcaadd606dca05f0a5a8e51981c7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jun 13 11:13:39 2023 -0400

    Whitespace police
---
 src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java 
b/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
index a534670c..579fcfce 100644
--- a/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
+++ b/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
@@ -247,7 +247,7 @@ public class FileCleaningTrackerTest extends 
AbstractTempDirTest {
         final String path = testFile.getPath();
 
         assertFalse(testFile.exists(), "1-testFile exists: " + testFile);
-        
+
         // Do NOT used a try-with-resources statement here or the test will 
fail.
         RandomAccessFile raf = createRandomAccessFile();
         assertTrue(testFile.exists(), "2-testFile exists");

Reply via email to