Sfoglia il codice sorgente

fixed trailing whitespace

Torkel Ödegaard 7 anni fa
parent
commit
721e40db90
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
   }