From bb294059040def8e8c0b1719cc17f6537ab5cb39 Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Mon, 10 Jul 2017 20:55:21 -0400 Subject: lib,src: fix consistent spacing inside braces PR-URL: https://github.com/nodejs/node/pull/14162 Reviewed-By: Vse Mozhet Byt Reviewed-By: Refael Ackermann Reviewed-By: Timothy Gu Reviewed-By: James M Snell --- benchmark/url/url-format.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark/url') diff --git a/benchmark/url/url-format.js b/benchmark/url/url-format.js index 771786d335..dc8e020879 100644 --- a/benchmark/url/url-format.js +++ b/benchmark/url/url-format.js @@ -3,8 +3,8 @@ const common = require('../common.js'); const url = require('url'); const inputs = { - slashes: {slashes: true, host: 'localhost'}, - file: {protocol: 'file:', pathname: '/foo'}, + slashes: { slashes: true, host: 'localhost' }, + file: { protocol: 'file:', pathname: '/foo' }, }; const bench = common.createBenchmark(main, { -- cgit v1.2.3