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

lint padding-line-between-statements

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-03-21 14:08:59 +01:00
parent 7ccf274806
commit 8779ed4d22

View File

@ -20,6 +20,7 @@ const checkForUpdatesMenuItemInjectable = getInjectable({
const updatingIsEnabled = di.inject(updatingIsEnabledInjectable);
const isMac = di.inject(isMacInjectable);
const showMessagePopup = di.inject(showMessagePopupInjectable);
return {
kind: "clickable-menu-item" as const,
id: "check-for-updates",