From bc70e0339f2221787f11396cfc22c6e333148914 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 15 Feb 2018 15:41:09 -0500 Subject: built-ins/ThrowTypeError/*: make all indentation consistent (depth & character) (#1427) --- test/built-ins/ThrowTypeError/prototype.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/built-ins/ThrowTypeError/prototype.js') diff --git a/test/built-ins/ThrowTypeError/prototype.js b/test/built-ins/ThrowTypeError/prototype.js index 4ad20323b..fcb92f431 100644 --- a/test/built-ins/ThrowTypeError/prototype.js +++ b/test/built-ins/ThrowTypeError/prototype.js @@ -19,6 +19,9 @@ info: | ... ---*/ -var ThrowTypeError = Object.getOwnPropertyDescriptor(function(){ "use strict"; return arguments; }(), "callee").get; +var ThrowTypeError = Object.getOwnPropertyDescriptor(function() { + "use strict"; + return arguments; +}(), "callee").get; assert.sameValue(Object.getPrototypeOf(ThrowTypeError), Function.prototype); -- cgit v1.2.1