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 + } ); } },