summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:52:26 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:08 -0500
commit3f3f2faa8e71eaa3f316635dc8fb3c3a0661b654 (patch)
tree3d9901e2c8cd337b7647b83090bf43d5254ef6b7
parentb6664ca24ab12627e8b52814ad2991db7d82aa1c (diff)
downloadqtdeclarative-testsuites-3f3f2faa8e71eaa3f316635dc8fb3c3a0661b654.tar.gz
whitespace
-rw-r--r--harness/testBigIntTypedArray.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/harness/testBigIntTypedArray.js b/harness/testBigIntTypedArray.js
index 90bb3aee4..4b0e332d8 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