Skip to content

Commit bc6eec5

Browse files
committed
Fixed spacing
1 parent a176ea0 commit bc6eec5

File tree

1 file changed

+2
-2
lines changed
  • ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration

1 file changed

+2
-2
lines changed

ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/Smoke_Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ public void testRecoverReadJob() throws IOException, JobRecoveryException, URISy
701701

702702
} finally {
703703
deleteAllContents(client, bucketName);
704-
for( final Path tempFile : Files.newDirectoryStream(dirPath) ){
704+
for (final Path tempFile : Files.newDirectoryStream(dirPath) ){
705705
Files.delete(tempFile);
706706
}
707707
Files.delete(dirPath);
@@ -756,7 +756,7 @@ public void testRecoverReadJobCanceledJob() throws IOException, JobRecoveryExcep
756756
assert false;
757757
} finally {
758758
deleteAllContents(client, bucketName);
759-
for( final Path tempFile : Files.newDirectoryStream(dirPath) ){
759+
for (final Path tempFile : Files.newDirectoryStream(dirPath) ){
760760
Files.delete(tempFile);
761761
}
762762
Files.delete(dirPath);

0 commit comments

Comments
 (0)