Skip to content

Commit

Permalink
fix Master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Feb 12, 2020
1 parent 49bec6e commit 2650092
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ import {
ApplicationStart,
HttpStart,
} from 'src/core/public';
import {
IndexPatternsContract,
FieldFormatsStart,
DataPublicPluginStart,
} from 'src/plugins/data/public';
import { IndexPatternsContract, DataPublicPluginStart } from 'src/plugins/data/public';
import {
DocLinksStart,
ToastsStart,
Expand All @@ -34,7 +30,7 @@ export interface DependencyCache {
toastNotifications: ToastsStart | null;
overlays: OverlayStart | null;
recentlyAccessed: ChromeRecentlyAccessed | null;
fieldFormats: FieldFormatsStart | null;
fieldFormats: DataPublicPluginStart['fieldFormats'] | null;
autocomplete: DataPublicPluginStart['autocomplete'] | null;
basePath: IBasePath | null;
savedObjectsClient: SavedObjectsClientContract | null;
Expand Down

0 comments on commit 2650092

Please sign in to comment.