summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/from/calling-from-valid-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/from/calling-from-valid-2.js')
-rw-r--r--test/built-ins/Array/from/calling-from-valid-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Array/from/calling-from-valid-2.js b/test/built-ins/Array/from/calling-from-valid-2.js
index 139c9818c..50be8469c 100644
--- a/test/built-ins/Array/from/calling-from-valid-2.js
+++ b/test/built-ins/Array/from/calling-from-valid-2.js
@@ -35,7 +35,7 @@ var list = {
var calls = [];
var thisArg = {};
-function mapFn(value) {
+function mapFn (value) {
calls.push({
args: arguments,
thisArg: this