style: format code with Prettier

This commit fixes the style issues introduced in a09d21f according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-25 11:39:36 +00:00 committed by GitHub
parent a09d21f28c
commit f2d3cc3b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -11,4 +11,4 @@ export default defineConfig({
theme: syntaxTheme, theme: syntaxTheme,
}, },
}, },
}) });

View file

@ -84,9 +84,9 @@ These elements extend the basic syntax by adding additional features. Not all Ma
```json ```json
{ {
"firstName": "John", "firstName": "John",
"lastName": "Smith", "lastName": "Smith",
"age": 25 "age": 25
} }
``` ```