Przeglądaj źródła

fixed trailing whitespace

Torkel Ödegaard 7 lat temu
rodzic
commit
721e40db90
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {
     return (this.isEditor || config.viewersCanEdit) && config.exploreEnabled;
   }
-  
+
   getTheme(): ThemeName {
     return this.user.lightTheme ? ThemeNames.Light : ThemeNames.Dark;
   }