Skip to content

Commit

Permalink
style: auto-formatting [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 20, 2022
1 parent 2e03de9 commit dec30fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/compile/selection/index.ts
@@ -1,13 +1,7 @@
import {Binding, isString, NewSignal, Signal, Stream} from 'vega';
import {stringValue} from 'vega-util';
import {FACET_CHANNELS} from '../../channel';
import {
LegendBinding,
SelectionInit,
SelectionInitInterval,
SelectionResolution,
SelectionType
} from '../../selection';
import {LegendBinding, SelectionInit, SelectionInitInterval, SelectionResolution, SelectionType} from '../../selection';
import {Dict, vals} from '../../util';
import {OutputNode} from '../data/dataflow';
import {FacetModel} from '../facet';
Expand Down

0 comments on commit dec30fa

Please sign in to comment.