Skip to content

Commit

Permalink
benchmarks: fix lint error
Browse files Browse the repository at this point in the history
33c242e introduced a linting error with indentation

PR-URL: #6314
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Myles Borins authored and jasnell committed Apr 20, 2016
1 parent 02ac302 commit cff2a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/misc/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function main(conf) {
case 'restAndConcat':
if (conf.concat)
runUsingRestAndConcat(n);
break;
break;
default:
throw new Error('Unexpected method');
}
Expand Down

0 comments on commit cff2a13

Please sign in to comment.