Skip to content

Commit e32e939

Browse files
committed
Format nit.
1 parent 5463aca commit e32e939

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
@@ -62,7 +62,7 @@ protected FileCleaningTracker newInstance() {
6262

6363
private void pauseForDeleteToComplete(File file) {
6464
int count = 0;
65-
while(file.exists() && count++ < 40) {
65+
while (file.exists() && count++ < 40) {
6666
TestUtils.sleepQuietly(500L);
6767
file = new File(file.getPath());
6868
}

0 commit comments

Comments
 (0)