Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Jul 23, 2019
1 parent 8db14cc commit 9827a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmark.js
Expand Up @@ -40,4 +40,4 @@ suite
.on('complete', function () {
console.log('Fastest is ' + this.filter('fastest').map('name'))
})
.run({ 'async': true })
.run({ async: true })
2 changes: 1 addition & 1 deletion benchmark/benchmarkCache.js
Expand Up @@ -40,4 +40,4 @@ suite
.on('complete', function () {
console.log('Fastest is ' + this.filter('fastest').map('name'))
})
.run({ 'async': true })
.run({ async: true })

0 comments on commit 9827a48

Please sign in to comment.