From d488284366abd929ac59bbf21213ae03b7d9cf24 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 24 Mar 2020 09:43:03 -0700 Subject: [PATCH] linting :sparkles: --- superset-frontend/src/explore/controlPanels/Horizon.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/superset-frontend/src/explore/controlPanels/Horizon.js b/superset-frontend/src/explore/controlPanels/Horizon.js index 529d234f36be9..983ac9de117e8 100644 --- a/superset-frontend/src/explore/controlPanels/Horizon.js +++ b/superset-frontend/src/explore/controlPanels/Horizon.js @@ -18,9 +18,7 @@ */ import { t } from '@superset-ui/translation'; import { NVD3TimeSeries } from './sections'; -import { - formatSelectOptions, -} from '../../modules/utils'; +import { formatSelectOptions } from '../../modules/utils'; export default { controlPanelSections: [ @@ -67,8 +65,8 @@ export default { 'series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series', ), }, - } - ] + }, + ], ], }, ],