1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert style change.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2022-01-18 18:07:44 +02:00
parent 69959a0eb9
commit 747f91ae36

View File

@ -12,8 +12,8 @@ import appEventBusInjectable from "../../../../common/app-event-bus/app-event-bu
import clusterFrameContextInjectable from "../../../cluster-frame-context/cluster-frame-context.injectable";
const initClusterFrameInjectable = getInjectable({
instantiate: (di) => {
return initClusterFrame({
instantiate: (di) =>
initClusterFrame({
hostedCluster: di.inject(hostedClusterInjectable),
loadExtensions: di.inject(extensionLoaderInjectable).loadOnClusterRenderer,
catalogEntityRegistry: di.inject(catalogEntityRegistryInjectable),
@ -21,8 +21,7 @@ const initClusterFrameInjectable = getInjectable({
emitEvent: di.inject(appEventBusInjectable).emit,
clusterFrameContext: di.inject(clusterFrameContextInjectable),
});
},
}),
lifecycle: lifecycleEnum.singleton,
});