Skip to content

Commit 7f29b65

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 331595c commit 7f29b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/shard/InternalIndexingStats.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ static class StatsHolder {
186186
private final CounterMetric deleteCurrent = new CounterMetric();
187187
private final CounterMetric noopUpdates = new CounterMetric();
188188

189-
190189
StatsHolder(long startTimeInNanos, TimeValue recentWriteLoadHalfLife) {
191190
double lambdaInInverseNanos = Math.log(2.0) / recentWriteLoadHalfLife.nanos();
192191
logger.debug(

0 commit comments

Comments
 (0)