Skip to content

Commit

Permalink
spotlessApply after merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Jun 5, 2024
1 parent 125496b commit 7ea9533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ public boolean equals(String object, byte[] bytes) {
return object.equals(deserialize(bytes));
}
}

private ImmutableCacheStats getTotalStatsSnapshot(TieredSpilloverCache<?, ?> tsc) throws IOException {
ImmutableCacheStatsHolder cacheStats = tsc.stats(new String[0]);
return cacheStats.getStatsForDimensionValues(List.of());
Expand Down

0 comments on commit 7ea9533

Please sign in to comment.