From 91b6ac31f36621835219610ca1d779c633d0701a Mon Sep 17 00:00:00 2001 From: matthewp Date: Mon, 5 Jun 2023 14:30:32 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 1f7704e2f..29a77f2eb 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -822,7 +822,7 @@ export interface AstroUserConfig { * } * ``` */ - inlineStylesheets?: 'always' | 'auto' | 'never'; + inlineStylesheets?: 'always' | 'auto' | 'never'; }; /**