From 88a0a0449f6cb75b306a182fa37574eee3d64282 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 31 Oct 2014 13:36:15 -0500 Subject: [PATCH] Minor indentation change to make JSlint not complain. --- awx/ui/static/js/helpers/Variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Variables.js b/awx/ui/static/js/helpers/Variables.js index b9aaaa1917..0cb7628b4e 100644 --- a/awx/ui/static/js/helpers/Variables.js +++ b/awx/ui/static/js/helpers/Variables.js @@ -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 + '.'; } });