Skip to content

Commit 7cd1f85

Browse files
style weirdness
1 parent 72af027 commit 7cd1f85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/repository-s3/src/test/java/org/elasticsearch/repositories/s3/S3BlobContainerRetriesTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,9 +1477,7 @@ public void close() throws IOException {
14771477
+ ']',
14781478
s3Stream.isEof() || s3Stream.isAborted()
14791479
);
1480-
} else
1481-
1482-
{
1480+
} else {
14831481
assertThat(in, instanceOf(ByteArrayInputStream.class));
14841482
assertThat(((ByteArrayInputStream) in).available(), equalTo(0));
14851483
}

0 commit comments

Comments
 (0)