Skip to content

Commit 29c5528

Browse files
authored
chore: remove extra spaces
1 parent e2dbd22 commit 29c5528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store_factory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const getStore: {
8282
}
8383

8484
if (typeof input?.name === 'string') {
85-
const { name } = input
85+
const { name } = input
8686
const clientOptions = getClientOptions(input)
8787

8888
if (!name) {

0 commit comments

Comments
 (0)