From a851021498db8ffbb06287c8c3cf1e3fa79407c5 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 8 Aug 2024 12:35:46 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 17e9a55f08..64923d91c9 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2002,10 +2002,10 @@ export interface AstroUserConfig { * }, * }) * --- - * + * * * ```