Skip to content

Commit 9fb9af4

Browse files
Update packages/utils/test/schema/getDefaultFormStateTest.ts
Fix linter
1 parent ab55c19 commit 9fb9af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/test/schema/getDefaultFormStateTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ export default function getDefaultFormStateTest(testValidator: TestValidatorType
943943
},
944944
fromFormData: {
945945
type: 'string',
946-
default: 'notUsed'
946+
default: 'notUsed',
947947
},
948948
RootAndLocalConst: {
949949
type: 'string',

0 commit comments

Comments
 (0)