Skip to content

Commit

Permalink
javafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 8, 2023
1 parent a78cc55 commit 2a2ba22
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ public Table makeCrossTabTable(
effectiveName = name + " " + aggregateNames[i];
}

output[offset + i] =
new Column(effectiveName, storage[offset + i].seal());
output[offset + i] = new Column(effectiveName, storage[offset + i].seal());
}

offset += aggregates.length;
Expand Down

0 comments on commit 2a2ba22

Please sign in to comment.