Skip to content

Commit 96a4f8a

Browse files
committed
ci: Format code
1 parent 0783808 commit 96a4f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ parseUrlSearchParams(
6565
name: z.string().min(1),
6666
age: z.number(),
6767
isAdmin: z.boolean(),
68-
tags: z.array(z.string())
69-
})
68+
tags: z.array(z.string()),
69+
}),
7070
) // => { name: 'Dax', age: 27, isAdmin: true, tags: ['cars', 'planes'] }
7171
```
7272

0 commit comments

Comments
 (0)