Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drake7707 committed Sep 11, 2019
1 parent e50e3f2 commit 149ab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/facetReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export class FacetReducer {
if (facetCount > maximumNumberOfFacets) {
console.log(`There are still ${facetCount} facets, more than the maximum of ${maximumNumberOfFacets}. Removing the smallest facets`);
}
const startFacetCount = facetCount;

const startFacetCount = facetCount;
while (facetCount > maximumNumberOfFacets) {

// because facets can be merged, reevaluate the order of facets to make sure the smallest one is removed
Expand Down

0 comments on commit 149ab21

Please sign in to comment.