Skip to content

Commit

Permalink
fix Master branch (#57421)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
alexwizp and elasticmachine committed Feb 12, 2020
1 parent 41569d9 commit 3c52e33
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 3c52e33

Please sign in to comment.