Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 2, 2019
1 parent 2e6519e commit c8d47f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const stepIdToStepConfigMap = {
// The best page size boils down to how much memory the user has, e.g. how many buckets should
// be accumulated at one time. 1000 is probably a safe size without being too small.
const rollupPageSize = get(overrides, ['json', 'config', 'page_size'], 1000);

const clonedRollupId = overrides.id || undefined;
const id = overrides.id ? `${overrides.id}-copy` : '';

Expand Down

0 comments on commit c8d47f3

Please sign in to comment.