Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed Jan 5, 2025
1 parent d746147 commit 354f72a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.PriorityQueue;
import java.util.Set;

import static org.apache.calcite.linq4j.Nullness.castNonNull;
Expand Down Expand Up @@ -260,9 +259,6 @@ && allSatisfiable(measureList, tileKey2)) {
}
}
}
if (bestCandidate != null) {
return bestCandidate;
}
}

// What we need is not there. If we can't create, we're done.
Expand Down

0 comments on commit 354f72a

Please sign in to comment.