Skip to content

Commit 26592e2

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4ac3697 commit 26592e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4565,8 +4565,7 @@ public void testResetEngine() throws Exception {
45654565
try {
45664566
return new ReadOnlyEngine(config, null, new TranslogStats(), false, Function.identity(), true, true) {
45674567
@Override
4568-
public void prepareForEngineReset() throws IOException {
4569-
}
4568+
public void prepareForEngineReset() throws IOException {}
45704569
};
45714570
} finally {
45724571
newEngineCreated.countDown();

0 commit comments

Comments
 (0)