summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-12-31 21:39:57 -0800
committerRich Trott <rtrott@gmail.com>2017-01-06 14:36:01 -0800
commita68987c154fbc041ea6d03ffdafa447e8c8a26f5 (patch)
treefd24a8cb10c8805a1ff6189b8e6663773d866f4e /benchmark
parente9b72916790b21daa6d1caac3a9540e8cdadad57 (diff)
downloadandroid-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.tar.gz
android-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.tar.bz2
android-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.zip
benchmark,lib,test: adjust for linting
Formatting changes for upcoming linter update. PR-URL: https://github.com/nodejs/node/pull/10561 Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/url/whatwg-url-properties.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/url/whatwg-url-properties.js b/benchmark/url/whatwg-url-properties.js
index a3c4d886bd..375939c601 100644
--- a/benchmark/url/whatwg-url-properties.js
+++ b/benchmark/url/whatwg-url-properties.js
@@ -11,8 +11,8 @@ var bench = common.createBenchmark(main, {
'http://user:pass@foo.bar.com:21/aaa/zzz?l=24#test'
],
prop: ['toString', 'href', 'origin', 'protocol',
- 'username', 'password', 'host', 'hostname', 'port',
- 'pathname', 'search', 'searchParams', 'hash'],
+ 'username', 'password', 'host', 'hostname', 'port',
+ 'pathname', 'search', 'searchParams', 'hash'],
n: [1e4]
});