From ceb78d054ccbd362459bca60bb4b05c16f164ffa Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:16:22 -0500 Subject: [PATCH] Linter build fix (#228) Added comments to empty function block for CLI (doesn't have a "system theme" like other clients) to make linter happy. --- src/cli/services/cliPlatformUtils.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/services/cliPlatformUtils.service.ts b/src/cli/services/cliPlatformUtils.service.ts index a182854ddf..333b5c574a 100644 --- a/src/cli/services/cliPlatformUtils.service.ts +++ b/src/cli/services/cliPlatformUtils.service.ts @@ -151,6 +151,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService { } onDefaultSystemThemeChange() { + /* noop */ } supportsSecureStorage(): boolean {