From 3f3f2faa8e71eaa3f316635dc8fb3c3a0661b654 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Thu, 15 Feb 2018 12:52:26 -0500 Subject: [PATCH] whitespace --- harness/testBigIntTypedArray.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/harness/testBigIntTypedArray.js b/harness/testBigIntTypedArray.js index 90bb3aee45..4b0e332d85 100644 --- a/harness/testBigIntTypedArray.js +++ b/harness/testBigIntTypedArray.js @@ -17,7 +17,7 @@ var BigIntTypedArrayConstructors = [ * The %TypedArray% intrinsic constructor function. */ var TypedArray = Object.getPrototypeOf(Int8Array); - + function convertToBigInt(x) { return (Array.isArray(x)) ? x.map(convertToBigInt) : BigInt(x); } @@ -74,4 +74,3 @@ function testBigIntTypedArrayConversions(byteConversionValues, fn) { }); }); } - \ No newline at end of file