mirror of https://github.com/nodejs/node.git
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>
pull/4747/merge
parent
02ac302b6d
commit
cff2a137f2
|
@ -114,7 +114,7 @@ function main(conf) {
|
||||||
case 'restAndConcat':
|
case 'restAndConcat':
|
||||||
if (conf.concat)
|
if (conf.concat)
|
||||||
runUsingRestAndConcat(n);
|
runUsingRestAndConcat(n);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Error('Unexpected method');
|
throw new Error('Unexpected method');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue