Skip to content

Commit 7319386

Browse files
committed
Fix indent level
1 parent a629165 commit 7319386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Store.prototype._write = function (offset, buf, cb) {
127127
}
128128
var length = Math.max(self.length || 0, offset + buf.length)
129129
store.put(length, self.name + DELIM + "length")
130-
store.transaction.addEventListener('complete', function () {
130+
store.transaction.addEventListener('complete', function () {
131131
self.length = length
132132
cb(null)
133133
})

0 commit comments

Comments
 (0)