From dec30faea258614c05a17658273eb0786e61ef9f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 20 Jan 2022 20:29:08 +0000 Subject: [PATCH] style: auto-formatting [CI] --- src/compile/selection/index.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/compile/selection/index.ts b/src/compile/selection/index.ts index 8c5fd1affa..d4b028799a 100644 --- a/src/compile/selection/index.ts +++ b/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';