Skip to content

Commit 2b70311

Browse files
committed
spotless
1 parent 601808e commit 2b70311

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/all/src/main/java/io/opentelemetry/api/metrics/DefaultMeter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public void add(double value, Attributes attributes) {}
8686

8787
@Override
8888
public void add(double value) {}
89-
9089
}
9190

9291
private static class NoopLongCounterBuilder implements LongCounterBuilder {
@@ -168,7 +167,6 @@ public void add(long value, Attributes attributes) {}
168167

169168
@Override
170169
public void add(long value) {}
171-
172170
}
173171

174172
private static class NoopDoubleUpDownCounter implements DoubleUpDownCounter {
@@ -180,7 +178,6 @@ public void add(double value, Attributes attributes) {}
180178

181179
@Override
182180
public void add(double value) {}
183-
184181
}
185182

186183
private static class NoopLongUpDownCounterBuilder implements LongUpDownCounterBuilder {

0 commit comments

Comments
 (0)