Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Aug 28, 2024
1 parent 9580231 commit 73a2472
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ public void testOverflowDisabled() throws Exception {
IndexInput i1 = fetchBlobWithName(tm, "1");
IndexInput i2 = fetchBlobWithName(tm, "2");

assertThrows(IOException.class, () -> {
IndexInput i3 = fetchBlobWithName(tm, "3");
});
assertThrows(IOException.class, () -> { IndexInput i3 = fetchBlobWithName(tm, "3"); });
}

public void testSingleAccess() throws Exception {
Expand Down

0 comments on commit 73a2472

Please sign in to comment.