Skip to content

Commit 8559f6f

Browse files
committed
chore: fix linting
1 parent d4b9288 commit 8559f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ sjson.parse('{"anything":0}', (key, value) => {
4343
})
4444
sjson.safeParse('{"anything":0}', (key, value) => {
4545
expectType<string>(key)
46-
})
46+
})

0 commit comments

Comments
 (0)