Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Dec 16, 2024
1 parent 98a54c0 commit 94cf47a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ private static ReservationListener create0(
tmm, name, Spillers.withMinSpillSize(spiller, reservationBlockSize), mutableStats);
final MemoryTarget overConsumer =
MemoryTargets.newConsumer(
tmm,
consumer.name() + ".OverAcquire",
Spillers.NOOP,
Collections.emptyMap());
tmm, consumer.name() + ".OverAcquire", Spillers.NOOP, Collections.emptyMap());
final MemoryTarget target =
MemoryTargets.throwOnOom(
MemoryTargets.overAcquire(
Expand Down

0 comments on commit 94cf47a

Please sign in to comment.