Kaynağa Gözat

identation fixed

Nikolay Bryskin 11 yıl önce
ebeveyn
işleme
a1632e4874
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/app/controllers/graphiteImport.js

+ 1 - 1
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;
       }
     };