Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 61d0f43

Browse files
committed
Fix lint for benchmarks
1 parent 5d179b3 commit 61d0f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ keys.forEach(function(k) {
1919
cssnext(input, {features: enable})
2020
var stop = t.now()
2121

22-
console.log(k + " takes " + ((stop - start) / 100000) + "s") //, enable)
22+
console.log(k + " takes " + ((stop - start) / 100000) + "s") // , enable)
2323
})

0 commit comments

Comments
 (0)