Skip to content

Commit 74dcbc8

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/eslint_all_files --no-cache --fix'
1 parent ee3e6e9 commit 74dcbc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/platform/plugins/shared/sample_data_ingest/server

x-pack/platform/plugins/shared/sample_data_ingest/server/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import * as Path from 'path';
99
import type { Logger } from '@kbn/logging';
1010
import { getDataPath } from '@kbn/utils';
11-
import type { CoreSetup, CoreStart, Plugin, PluginInitializerContext } from '@kbn/core/server';
11+
import type { CoreSetup, Plugin, PluginInitializerContext } from '@kbn/core/server';
1212
import type { SampleDataIngestConfig } from './config';
1313
import type {
1414
InternalServices,

0 commit comments

Comments
 (0)