summaryrefslogtreecommitdiff
path: root/test/built-ins/String/prototype/padStart/exception-symbol.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/prototype/padStart/exception-symbol.js')
-rw-r--r--test/built-ins/String/prototype/padStart/exception-symbol.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/String/prototype/padStart/exception-symbol.js b/test/built-ins/String/prototype/padStart/exception-symbol.js
index 9f85fe4f6..66521f28c 100644
--- a/test/built-ins/String/prototype/padStart/exception-symbol.js
+++ b/test/built-ins/String/prototype/padStart/exception-symbol.js
@@ -8,6 +8,6 @@ author: Jordan Harband
features: [Symbol]
---*/
-assert.throws(TypeError, function() {
- String.prototype.padStart.call(Symbol());
+assert.throws(TypeError, function () {
+ String.prototype.padStart.call(Symbol());
});