mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Minor indentation change to make JSlint not complain.
This commit is contained in:
parent
01a611b6b9
commit
88a0a0449f
@ -131,7 +131,7 @@ angular.module('VariablesHelper', ['Utilities'])
|
||||
if(value.toString() === "[object Object]"){
|
||||
//$log.error('Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.');
|
||||
|
||||
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
|
||||
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user