Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
magibney committed Sep 14, 2023
1 parent 06f2e20 commit 58e1aea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ private OrdMapRegenerator(long regenKeepAliveNanos) {
}

public static class OrdinalMapValue implements Supplier<OrdinalMap>, Accountable {
private static final long BASE_RAM_BYTES_USED = RamUsageEstimator.shallowSizeOfInstance(OrdinalMapValue.class);
private static final long BASE_RAM_BYTES_USED =
RamUsageEstimator.shallowSizeOfInstance(OrdinalMapValue.class);
private final OrdinalMap ordinalMap;
private long accessTimestampNanos;

Expand Down

0 comments on commit 58e1aea

Please sign in to comment.