From a1632e48742bbdc1c7f9dcfa0b390951809c2ef9 Mon Sep 17 00:00:00 2001 From: Nikolay Bryskin Date: Thu, 3 Apr 2014 02:38:01 +0400 Subject: [PATCH] identation fixed --- src/app/controllers/graphiteImport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/controllers/graphiteImport.js b/src/app/controllers/graphiteImport.js index 71c4ef2cb13..9c63c977277 100644 --- a/src/app/controllers/graphiteImport.js +++ b/src/app/controllers/graphiteImport.js @@ -21,7 +21,7 @@ function (angular, app, _) { $scope.datasource = datasourceSrv.get(datasource); if (!$scope.datasource) { - $scope.error = "Cannot find datasource " + datasource; + $scope.error = "Cannot find datasource " + datasource; return; } };