Skip to content

Commit a807767

Browse files
committed
Remove newlines
1 parent 1512553 commit a807767

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/core/server/environment/write_pid_file.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
import { unlinkSync as unlink } from 'fs';
21-
2221
import once from 'lodash/once';
2322
import { Logger } from '../logging';
2423
import { writeFile, exists } from './fs';

src/plugins/usage_collection/server/routes/stats.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import { schema } from '@kbn/config-schema';
2121
import { i18n } from '@kbn/i18n';
22-
2322
import defaultsDeep from 'lodash/defaultsDeep';
2423
import { Observable } from 'rxjs';
2524
import { first } from 'rxjs/operators';

x-pack/plugins/ml/server/models/annotation_service/annotation.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
*/
66

77
import Boom from 'boom';
8-
98
import each from 'lodash/each';
10-
119
import get from 'lodash/get';
1210
import { IScopedClusterClient } from 'kibana/server';
1311

x-pack/plugins/ml/server/models/bucket_span_estimator/bucket_span_estimator.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
*/
66

77
import cloneDeep from 'lodash/cloneDeep';
8-
98
import each from 'lodash/each';
10-
119
import remove from 'lodash/remove';
12-
1310
import sortBy from 'lodash/sortBy';
14-
1511
import get from 'lodash/get';
1612

1713
import { mlLog } from '../../client/log';

x-pack/plugins/ml/server/models/data_visualizer/data_visualizer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
*/
66

77
import { IScopedClusterClient } from 'kibana/server';
8-
98
import get from 'lodash/get';
10-
119
import each from 'lodash/each';
12-
1310
import last from 'lodash/last';
14-
1511
import find from 'lodash/find';
1612
import { KBN_FIELD_TYPES } from '../../../../../../src/plugins/data/server';
1713
import { ML_JOB_FIELD_TYPES } from '../../../common/constants/field_types';

x-pack/plugins/ml/server/models/results_service/build_anomaly_table_items.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
import sortBy from 'lodash/sortBy';
8-
98
import each from 'lodash/each';
109
import moment from 'moment-timezone';
1110

x-pack/plugins/ml/server/models/results_service/results_service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
*/
66

77
import sortBy from 'lodash/sortBy';
8-
98
import slice from 'lodash/slice';
10-
119
import get from 'lodash/get';
1210
import moment from 'moment';
1311
import { SearchResponse } from 'elasticsearch';

x-pack/plugins/security_solution/server/utils/runtime_types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { identity } from 'fp-ts/lib/function';
99
import { pipe } from 'fp-ts/lib/pipeable';
1010
import * as rt from 'io-ts';
1111
import { failure } from 'io-ts/lib/PathReporter';
12-
1312
import get from 'lodash/get';
1413

1514
type ErrorFactory = (message: string) => Error;

0 commit comments

Comments
 (0)