style: format code with Prettier

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-25 10:01:48 +00:00 committed by GitHub
parent b99142fd44
commit 3d5071102e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 64 additions and 56 deletions

View file

@ -1,4 +1,4 @@
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({});