Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Aug 1, 2024
1 parent 05e87f5 commit bcb8246
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public LongUpDownCounterBuilder upDownCounterBuilder(String name) {
@Override
public DoubleHistogramBuilder histogramBuilder(String name) {
io.opentelemetry.api.metrics.DoubleHistogramBuilder builder = agentMeter.histogramBuilder(name);
if (builder
instanceof io.opentelemetry.api.incubator.metrics.ExtendedDoubleHistogramBuilder) {
if (builder instanceof io.opentelemetry.api.incubator.metrics.ExtendedDoubleHistogramBuilder) {
return new ApplicationDoubleHistogramBuilder137(builder);
}
return new ApplicationDoubleHistogramBuilder(builder);
Expand Down

0 comments on commit bcb8246

Please sign in to comment.