Skip to content

Commit 18e4068

Browse files
committed
💅
1 parent cb1f106 commit 18e4068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
9696
}
9797

9898
var cacheDefault = {
99-
create: function create() {
99+
create: function create () {
100100
return new ObjectWithoutPrototypeCache()
101101
}
102102
}

0 commit comments

Comments
 (0)