Skip to content

Commit

Permalink
format according to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana committed Feb 11, 2022
1 parent faecb43 commit b7b8ff8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ interface Props {
export type FileDataVisualizerSpec = typeof FileDataVisualizer;
export const FileDataVisualizer: FC<Props> = ({ additionalLinks }) => {
const coreStart = getCoreStart();
const { data, maps, embeddable, discover, share, security, fileUpload, cloud } = getPluginsStart();
const { data, maps, embeddable, discover, share, security, fileUpload, cloud } =
getPluginsStart();
const services = {
data,
maps,
Expand Down

0 comments on commit b7b8ff8

Please sign in to comment.