Explorar el Código

fixed trailing whitespace

Torkel Ödegaard hace 7 años
padre
commit
721e40db90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   }