fixed trailing whitespace

This commit is contained in:
Torkel Ödegaard
2019-01-21 13:51:33 +01:00
parent 778e1f78c2
commit 721e40db90

View File

@@ -64,7 +64,7 @@ export class ContextSrv {
hasAccessToExplore() {
return (this.isEditor || config.viewersCanEdit) && config.exploreEnabled;
}
getTheme(): ThemeName {
return this.user.lightTheme ? ThemeNames.Light : ThemeNames.Dark;
}