Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Linter build fix (#228)
Browse files Browse the repository at this point in the history
Added comments to empty function block for CLI (doesn't have a "system theme" like other clients) to make linter happy.
  • Loading branch information
cscharf committed Dec 16, 2020
1 parent 75ca9f9 commit ceb78d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/services/cliPlatformUtils.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
}

onDefaultSystemThemeChange() {
/* noop */
}

supportsSecureStorage(): boolean {
Expand Down

0 comments on commit ceb78d0

Please sign in to comment.