Skip to content

Commit

Permalink
Java format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Jan 26, 2025
1 parent 27bcd77 commit 5d69693
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ static void applyOverObjectStorage(
Builder builder,
Consumer<Object> function) {
applyStorageInner(
objectStorage, nothingUnchanged, builder, i -> function.accept(objectStorage.getItemBoxed(i)));
objectStorage,
nothingUnchanged,
builder,
i -> function.accept(objectStorage.getItemBoxed(i)));
}

/** Applies the operation to the given Boolean Storage. */
Expand Down

0 comments on commit 5d69693

Please sign in to comment.