mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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 <jasnell@gmail.com>
This commit is contained in:
committed by
James M Snell
parent
02ac302b6d
commit
cff2a137f2
@@ -114,7 +114,7 @@ function main(conf) {
|
||||
case 'restAndConcat':
|
||||
if (conf.concat)
|
||||
runUsingRestAndConcat(n);
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
throw new Error('Unexpected method');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user