Skip to content

Commit

Permalink
Remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Sep 24, 2020
1 parent 1512553 commit a807767
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/core/server/environment/write_pid_file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import { unlinkSync as unlink } from 'fs';

import once from 'lodash/once';
import { Logger } from '../logging';
import { writeFile, exists } from './fs';
Expand Down
1 change: 0 additions & 1 deletion src/plugins/usage_collection/server/routes/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import { schema } from '@kbn/config-schema';
import { i18n } from '@kbn/i18n';

import defaultsDeep from 'lodash/defaultsDeep';
import { Observable } from 'rxjs';
import { first } from 'rxjs/operators';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
*/

import Boom from 'boom';

import each from 'lodash/each';

import get from 'lodash/get';
import { IScopedClusterClient } from 'kibana/server';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
*/

import cloneDeep from 'lodash/cloneDeep';

import each from 'lodash/each';

import remove from 'lodash/remove';

import sortBy from 'lodash/sortBy';

import get from 'lodash/get';

import { mlLog } from '../../client/log';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
*/

import { IScopedClusterClient } from 'kibana/server';

import get from 'lodash/get';

import each from 'lodash/each';

import last from 'lodash/last';

import find from 'lodash/find';
import { KBN_FIELD_TYPES } from '../../../../../../src/plugins/data/server';
import { ML_JOB_FIELD_TYPES } from '../../../common/constants/field_types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

import sortBy from 'lodash/sortBy';

import each from 'lodash/each';
import moment from 'moment-timezone';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
*/

import sortBy from 'lodash/sortBy';

import slice from 'lodash/slice';

import get from 'lodash/get';
import moment from 'moment';
import { SearchResponse } from 'elasticsearch';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { identity } from 'fp-ts/lib/function';
import { pipe } from 'fp-ts/lib/pipeable';
import * as rt from 'io-ts';
import { failure } from 'io-ts/lib/PathReporter';

import get from 'lodash/get';

type ErrorFactory = (message: string) => Error;
Expand Down

0 comments on commit a807767

Please sign in to comment.