Skip to content

Commit 7d4f652

Browse files
Myles Borinsjasnell
authored andcommitted
benchmarks: fix lint error
33c242e introduced a linting error with indentation PR-URL: #6314 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c32c889 commit 7d4f652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/misc/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function main(conf) {
114114
case 'restAndConcat':
115115
if (conf.concat)
116116
runUsingRestAndConcat(n);
117-
break;
117+
break;
118118
default:
119119
throw new Error('Unexpected method');
120120
}

0 commit comments

Comments
 (0)