Skip to content

Commit ff13c53

Browse files
😒 chore(benchmark): Lint _benchmark/placebo.js.
1 parent 67e84d9 commit ff13c53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_benchmark/placebo.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
let t;
2-
let _t;
32
let i;
43
const length = 100000;
54

@@ -29,7 +28,7 @@ for (i = 0; i < length; ++i) {
2928

3029
console.timeEnd('push');
3130

32-
_t = t;
31+
const _t = t;
3332

3433
console.time('init');
3534
for (i = 0; i < length; ++i) {

0 commit comments

Comments
 (0)