From 7d4f652ced207325cc0fc458e3952e0cea6dccba Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 20 Apr 2016 15:48:41 -0700 Subject: [PATCH] benchmarks: fix lint error 33c242e7e9 introduced a linting error with indentation PR-URL: https://github.com/nodejs/node/pull/6314 Reviewed-By: James M Snell --- benchmark/misc/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/misc/console.js b/benchmark/misc/console.js index d352943e80dd87..17f7ed0f4d96b0 100644 --- a/benchmark/misc/console.js +++ b/benchmark/misc/console.js @@ -114,7 +114,7 @@ function main(conf) { case 'restAndConcat': if (conf.concat) runUsingRestAndConcat(n); - break; + break; default: throw new Error('Unexpected method'); }