Skip to content

Commit 241b131

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 932f982 commit 241b131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/main/java/org/elasticsearch/index/store/StoreMetrics.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
public class StoreMetrics {
1313
public static final MetricHolder<StoreMetrics> NOOP_HOLDER = MetricHolder.noop(new StoreMetrics() {
1414
@Override
15-
public void addBytesRead(long amount) {
16-
}
15+
public void addBytesRead(long amount) {}
1716
});
1817

1918
private long bytesRead;

0 commit comments

Comments
 (0)