Skip to content

Commit

Permalink
Ran spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lbooker42 committed Dec 30, 2024
1 parent 2757f9c commit fb498da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public class TestRollup extends RefreshingTableTestCase {
AggUnique("unique=intCol"),
AggVar("var=intCol"),
AggWAvg("intCol", "wavg=intCol"),
AggWSum("intCol", "wsum=intCol")
);
AggWSum("intCol", "wsum=intCol"));

// Companion list of columns to compare between rollup root and the zero-key equivalent
private final String[] columnsToCompare = new String[] {
Expand Down

0 comments on commit fb498da

Please sign in to comment.