Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Jul 1, 2024
1 parent 53fdbf3 commit 573e52c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ abstract class AbstractTimeWindowHistogram<T, U> implements Histogram {

durationBetweenRotatesMillis = distributionStatisticConfig.getExpiry().toMillis();
if (durationBetweenRotatesMillis <= 0) {
rejectHistogramConfig("expiry (" + distributionStatisticConfig.getExpiry().toMillis()
+ "ms) must be greater than 0.");
rejectHistogramConfig(
"expiry (" + distributionStatisticConfig.getExpiry().toMillis() + "ms) must be greater than 0.");
}

currentBucket = 0;
Expand Down

0 comments on commit 573e52c

Please sign in to comment.