Skip to content

Commit efbe7d9

Browse files
committed
[ML] Linting fix.
1 parent d1a760a commit efbe7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/ml/public/application

x-pack/plugins/ml/public/application/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const renderApp = (
7676
urlGenerators: deps.share.urlGenerators,
7777
});
7878

79-
appMountParams.onAppLeave(actions => actions.default());
79+
appMountParams.onAppLeave((actions) => actions.default());
8080

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

0 commit comments

Comments
 (0)