summaryrefslogtreecommitdiff
path: root/ext/url/00_url.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/00_url.js')
-rw-r--r--ext/url/00_url.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/url/00_url.js b/ext/url/00_url.js
index b1b3818a3..b483d8bd5 100644
--- a/ext/url/00_url.js
+++ b/ext/url/00_url.js
@@ -105,8 +105,9 @@
this[_list] = ArrayPrototypeMap(init, (pair, i) => {
if (pair.length !== 2) {
throw new TypeError(
- `${prefix}: Item ${i +
- 0} in the parameter list does have length 2 exactly.`,
+ `${prefix}: Item ${
+ i + 0
+ } in the parameter list does have length 2 exactly.`,
);
}
return [pair[0], pair[1]];