From c97bdf1a45416ab7075463247b6469ee07753a5b Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 22 Jun 2022 16:21:26 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/app/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/astro/src/core/app/types.ts b/packages/astro/src/core/app/types.ts index cf34364ec..09f0a79d2 100644 --- a/packages/astro/src/core/app/types.ts +++ b/packages/astro/src/core/app/types.ts @@ -13,7 +13,8 @@ export interface RouteInfo { file: string; links: string[]; scripts: // Integration injected - (| { children: string; stage: string } + ( + | { children: string; stage: string } // Hoisted | { type: 'inline' | 'external'; value: string } )[];