Skip to content

Commit f5aa2ad

Browse files
committed
benchmark: fix lint error in benchmark file
It appears that a lint error was accidentally committed to master. This fixes the issue. Refs: nodejs#6233
1 parent 7dc1a87 commit f5aa2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)