Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Jan 15, 2025
1 parent 71c4648 commit a90b21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ protected ExternalSummary histogramToCollector() {
entry ->
Stream.of(
new ExternalSummary.Quantile(
LABEL_50, entry.getValue().getValueAtPercentile(50)),
LABEL_50, entry.getValue().getValueAtPercentile(50)),
new ExternalSummary.Quantile(
LABEL_95, entry.getValue().getValueAtPercentile(95)),
new ExternalSummary.Quantile(
Expand Down

0 comments on commit a90b21f

Please sign in to comment.