Commit a1632e48 by Nikolay Bryskin

identation fixed

parent ae9d9ea2
...@@ -21,7 +21,7 @@ function (angular, app, _) { ...@@ -21,7 +21,7 @@ function (angular, app, _) {
$scope.datasource = datasourceSrv.get(datasource); $scope.datasource = datasourceSrv.get(datasource);
if (!$scope.datasource) { if (!$scope.datasource) {
$scope.error = "Cannot find datasource " + datasource; $scope.error = "Cannot find datasource " + datasource;
return; return;
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment