From f95b56ab28c5f18150f30fbfa889a4f6ba0e50a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Fri, 9 Feb 2018 09:09:47 -0800 Subject: Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412) This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34. --- test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js') diff --git a/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js b/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js index 057225298..66dee2bd4 100644 --- a/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js +++ b/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js @@ -12,10 +12,7 @@ info: | object that is defined once for each realm. ---*/ -var ThrowTypeError = Object.getOwnPropertyDescriptor(function() { - "use strict"; - return arguments; -}(), "callee").get; +var ThrowTypeError = Object.getOwnPropertyDescriptor(function(){ "use strict"; return arguments; }(), "callee").get; // Test with unmapped arguments object from strict-mode function. function strictFn() { -- cgit v1.2.1