Parcourir la source

fixed trailing whitespace

Torkel Ödegaard il y a 7 ans
Parent
commit
721e40db90
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/app/core/services/context_srv.ts

+ 1 - 1
public/app/core/services/context_srv.ts

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