فهرست منبع

identation fixed

Nikolay Bryskin 11 سال پیش
والد
کامیت
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;
       }
     };