Skip to content

Commit b32c059

Browse files
Fix trailing whitespace lint error in parser.bench.mjs
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent b540a1f commit b32c059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parser.bench.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ for (const { type, ext, experimentParse, controlParse } of PARSERS) {
115115
for (const size of SIZES) {
116116
const code = FIXTURES[type][size];
117117
const opts = { ...PARSE_OPTIONS, filePath: `${size}${ext}` };
118-
118+
119119
// Force a full GC before each benchmark group to reduce GC-triggered variance
120120
globalThis.gc?.();
121121

0 commit comments

Comments
 (0)