Skip to content

Commit

Permalink
style: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Nov 10, 2024
1 parent 9837fd4 commit 910fb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/form-core/src/FormLogic.spec-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ describe('FormLogic (types)', () => {
new FormLogic({
defaultValues: {
nested: {
test: "asd"
}
test: 'asd',
},
},
onSubmit: values => values
onSubmit: (values) => values,
})
})
//endregion
Expand Down

0 comments on commit 910fb6a

Please sign in to comment.