From dcfda1007bb74a8354a47852bebe830a23916b6d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 24 Feb 2016 22:30:10 -0800 Subject: tools,benchmark: increase lint compliance In the hopes of soon having the benchmark code linted, this change groups all the likely non-controversial lint-compliance changes such as indentation, semi-colon usage, and single-vs.-double quotation marks. Other lint rules may have subtle performance implications in the V8 currently shipped with Node.js. Those changes will require more careful review and will be in a separate change. PR-URL: https://github.com/nodejs/node/pull/5429 Reviewed-By: Roman Reiss Reviewed-By: Brian White --- benchmark/path/basename-win32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/path') diff --git a/benchmark/path/basename-win32.js b/benchmark/path/basename-win32.js index b8e2186612..a621459879 100644 --- a/benchmark/path/basename-win32.js +++ b/benchmark/path/basename-win32.js @@ -9,7 +9,7 @@ var bench = common.createBenchmark(main, { 'C:\\', 'C:\\foo', 'D:\\foo\\.bar.baz', - ['E:\\foo\\.bar.baz','.baz'].join('|'), + ['E:\\foo\\.bar.baz', '.baz'].join('|'), 'foo', 'foo\\bar.', ['foo\\bar.', '.'].join('|'), -- cgit v1.2.3