Skip to content

Commit d66a242

Browse files
committed
remove a empty line
1 parent 6f6bb96 commit d66a242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/storage/kvStore/SimpleKVStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class SimpleKVStore extends BaseKVStore {
5555
): Promise<boolean> {
5656
if (key in this.data[collection]) {
5757
delete this.data[collection][key];
58-
5958
return true;
6059
}
6160
return false;

0 commit comments

Comments
 (0)