From 721e40db90630a645723397e2fae9e81be4475ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 21 Jan 2019 13:51:33 +0100 Subject: [PATCH] fixed trailing whitespace --- public/app/core/services/context_srv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/services/context_srv.ts b/public/app/core/services/context_srv.ts index c52bbdd775d..05985aae999 100644 --- a/public/app/core/services/context_srv.ts +++ b/public/app/core/services/context_srv.ts @@ -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; }