identation fixed

This commit is contained in:
Nikolay Bryskin 2014-04-03 02:38:01 +04:00
parent ae9d9ea284
commit a1632e4874

View File

@ -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;
}
};