Explorar el Código

identation fixed

Nikolay Bryskin hace 11 años
padre
commit
a1632e4874
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       }
     };