From 5b94a34113d497d518a0b95019bd1ee27f529e80 Mon Sep 17 00:00:00 2001 From: RipeApple Date: Wed, 17 Jul 2024 17:40:05 +0000 Subject: [PATCH] [ci] format --- packages/astro/components/Code.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/components/Code.astro b/packages/astro/components/Code.astro index b8527ce89a..0cc639d7d5 100644 --- a/packages/astro/components/Code.astro +++ b/packages/astro/components/Code.astro @@ -45,7 +45,7 @@ interface Props extends Omit, 'lang'> { * * @default "light" */ - defaultColor?: 'light' | 'dark' | string | false + defaultColor?: 'light' | 'dark' | string | false; /** * Enable word wrapping. * - true: enabled.