From eaa019f49ddbde9715acf4e6adee14d88ba3aebf Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Thu, 6 Oct 2022 15:43:51 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 398657f39..908c93342 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -93,7 +93,8 @@ export interface BuildConfig { * * [Astro reference](https://docs.astro.build/reference/api-reference/#astro-global) */ -export interface AstroGlobal = Record> extends AstroGlobalPartial { +export interface AstroGlobal = Record> + extends AstroGlobalPartial { /** * Canonical URL of the current page. * @deprecated Use `Astro.url` instead.