Skip to content

Commit 4ffce0b

Browse files
committed
Lint
1 parent fbafbae commit 4ffce0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ function strategyDefault (fn, options) {
7171
// Serializer
7272
//
7373

74-
function serializerDefault() {
74+
function serializerDefault () {
7575
return JSON.stringify(arguments)
7676
}
7777

7878
//
7979
// Cache
8080
//
8181

82-
function ObjectWithoutPrototypeCache() {
82+
function ObjectWithoutPrototypeCache () {
8383
this.cache = Object.create(null)
8484
}
8585

0 commit comments

Comments
 (0)