From b915bb98fb4a287ba1bd30ccab7874430d0755d0 Mon Sep 17 00:00:00 2001 From: Anthony Woods Date: Tue, 5 May 2015 16:21:37 +0800 Subject: [PATCH] fix whitespace --- public/app/services/contextSrv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/services/contextSrv.js b/public/app/services/contextSrv.js index f08dff56db8..c7d1afda522 100644 --- a/public/app/services/contextSrv.js +++ b/public/app/services/contextSrv.js @@ -53,7 +53,7 @@ function (angular, _, store, config) { if (this.isSignedIn && !store.exists('grafana.sidemenu')) { // If the sidemnu has never been set before, set it to false. // 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 // their first login. store.set('grafana.sidemenu', false);