Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jul 4, 2024
1 parent 38d332b commit 668259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/client/storage/ScopedMemento.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ScopedMemento {
}

all() {
const items = {} as any;
const items = {} as any
for (const key in this.state) {
items[key] = this.state[key].value
}
Expand Down

0 comments on commit 668259c

Please sign in to comment.