Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 26, 2024
1 parent cbdd745 commit a496b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/development/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
'nested object': {
type: 'object',
properties: {
value: {type: 'number'}
value: { type: 'number' }
}
}
},
Expand Down

0 comments on commit a496b73

Please sign in to comment.