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

Fix code style

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-20 14:39:52 +03:00
parent 4edc8e6cc9
commit 27fbaa1a0c
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 0 additions and 2 deletions

View File

@ -84,5 +84,4 @@ describe("downgrading version update", () => {
expect(checkForPlatformUpdatesMock).toHaveBeenCalledWith(expect.any(Object), { allowDowngrade: downgradeIsAllowed });
});
});
});

View File

@ -20,7 +20,6 @@ const quitAppTrayItemInjectable = getInjectable({
label: computed(() => "Quit App"),
enabled: computed(() => true),
visible: computed(() => true),
separated: true,
click: () => {
stopServicesAndExitApp();