Jelajahi Sumber

fix whitespace

Anthony Woods 10 tahun lalu
induk
melakukan
b915bb98fb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/app/services/contextSrv.js

+ 1 - 1
public/app/services/contextSrv.js

@@ -53,7 +53,7 @@ function (angular, _, store, config) {
     if (this.isSignedIn && !store.exists('grafana.sidemenu')) {
     if (this.isSignedIn && !store.exists('grafana.sidemenu')) {
       // If the sidemnu has never been set before, set it to false.
       // If the sidemnu has never been set before, set it to false.
       // This will result in this.sidemenu and the localStorage grafana.sidemenu
       // This will result in this.sidemenu and the localStorage grafana.sidemenu
-      // to be out of sync if the user has an admin role.  But this is 
+      // to be out of sync if the user has an admin role.  But this is
       // intentional and results in the user seeing the sidemenu only on
       // intentional and results in the user seeing the sidemenu only on
       // their first login.
       // their first login.
       store.set('grafana.sidemenu', false);
       store.set('grafana.sidemenu', false);