Passed
Push — master ( 854ea6...6d4847 )
by Jean-Christophe
04:12
created
Ajax/common/traits/JsUtilsAjaxTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 		$retour .= '.always(function( dataOrjqXHR, textStatus, jqXHROrerrorThrown ) {' . ($always ?? '') . $this->removeLoader($hasLoader) . '})';
81 81
 		$retour .= ";\n";
82 82
 		$retour = $this->_addJsCondition($jsCondition, $retour);
83
-        $retour='(function(){'.$retour.'})();';
83
+		$retour='(function(){'.$retour.'})();';
84 84
 		if ($immediatly) {
85 85
 			$this->jquery_code_for_compile[] = $retour;
86 86
 		}
Please login to merge, or discard this patch.