From e9373aaafd02679481db38d6e50ee46cd83952b5 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 3 May 2017 16:16:37 +0200 Subject: [PATCH] [codestyle] Remove spurious semicolon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 45fa0e8..70b0265 100644 --- a/index.js +++ b/index.js @@ -310,7 +310,7 @@ function set(part, value, fn) { url.href = url.toString(); return url; -}; +} /** * Transform the properties back in to a valid and full URL string.