Skip to content

Commit

Permalink
[ML] Linting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jun 30, 2020
1 parent 9d5227d commit 37b6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/public/application/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const renderApp = (
urlGenerators: deps.share.urlGenerators,
});

appMountParams.onAppLeave(actions => actions.default());
appMountParams.onAppLeave((actions) => actions.default());

const mlLicense = setLicenseCache(deps.licensing, [
() => ReactDOM.render(<App coreStart={coreStart} deps={deps} />, appMountParams.element),
Expand Down

0 comments on commit 37b6e36

Please sign in to comment.