Skip to content

Commit

Permalink
spotless: Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Nov 30, 2023
1 parent b618d02 commit 5cdade4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public OpenTelemetryMiddleware(final OpenTelemetry otel, final boolean enableHis
.ofLongs()
.setUnit(OpenTelemetryInfo.UNIT_MS)
.build();
} else {
}
else {
histogram = null;
}
errorCounter = meter.counterBuilder(prefix + "." + OpenTelemetryInfo.CLIENT_REQUEST_ERROR).build();
Expand Down

0 comments on commit 5cdade4

Please sign in to comment.