mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
identation fixed
This commit is contained in:
parent
ae9d9ea284
commit
a1632e4874
@ -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;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user