瀏覽代碼

identation fixed

Nikolay Bryskin 12 年之前
父節點
當前提交
a1632e4874
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
       }
     };