Skip to content

Commit cd762f7

Browse files
committed
eslint
1 parent a7803f2 commit cd762f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/create_source_editor.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ import PropTypes from 'prop-types';
1010
import { EuiFormRow, EuiSpacer } from '@elastic/eui';
1111

1212
import { SingleFieldSelect } from '../../../components/single_field_select';
13-
import {
14-
getIndexPatternService,
15-
getIndexPatternSelectComponent,
16-
} from '../../../kibana_services';
13+
import { getIndexPatternService, getIndexPatternSelectComponent } from '../../../kibana_services';
1714
import { NoIndexPatternCallout } from '../../../components/no_index_pattern_callout';
1815
import { i18n } from '@kbn/i18n';
1916
import { ES_GEO_FIELD_TYPE, SCALING_TYPES } from '../../../../common/constants';

0 commit comments

Comments
 (0)