From ad1c2f940f252ab3b149998e9b01fcca07d41b7a Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 20 Mar 2023 23:54:21 +0100 Subject: [PATCH] lint chase Signed-off-by: Gabriel --- .../main/check-for-updates-menu-item.injectable.ts | 12 ++++++------ .../check-for-updates-tray-item.injectable.ts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts b/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts index 42c740c9ea..048861f871 100644 --- a/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts +++ b/packages/core/src/features/application-update/child-features/application-update-using-application-menu/main/check-for-updates-menu-item.injectable.ts @@ -36,12 +36,12 @@ const checkForUpdatesMenuItemInjectable = getInjectable({ await showApplicationWindow(); } else { showMessagePopup( - `No Updates Available`, - 'You\'re all good', - `You've got the latest version of Lens,\nthanks for staying on the ball.`, - { - textWidth: 300 - }, + `No Updates Available`, + 'You\'re all good', + `You've got the latest version of Lens,\nthanks for staying on the ball.`, + { + textWidth: 300 + } ); } }, diff --git a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts index 72ba15665f..2ea4901524 100644 --- a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts +++ b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts @@ -67,12 +67,12 @@ const checkForUpdatesTrayItemInjectable = getInjectable({ await showApplicationWindow(); } else { showMessagePopup( - `No Updates Available`, - 'You\'re all good', - `You've got the latest version of Lens,\nthanks for staying on the ball.`, - { - textWidth: 300 - }, + `No Updates Available`, + 'You\'re all good', + `You've got the latest version of Lens,\nthanks for staying on the ball.`, + { + textWidth: 300 + } ); } },