Skip to content

Commit d0e1564

Browse files
committed
fix lint error
1 parent 7ef2104 commit d0e1564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ for (const [key] of Object.entries(data)) {
6767
i18n.global.t(key, 2)
6868
}
6969
end = convertHrtime(process.hrtime())
70-
console.log(`ms: ${end.milliseconds - start.milliseconds}`)
70+
console.log(`ms: ${end.milliseconds - start.milliseconds}`)

0 commit comments

Comments
 (0)