From bf1fd0fa76d19d3bc4ce501b021f2e0cf9b095c9 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 1 Nov 2023 17:14:06 +0000 Subject: [PATCH] [ci] format --- .../astro/components/ViewTransitions.astro | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/packages/astro/components/ViewTransitions.astro b/packages/astro/components/ViewTransitions.astro index b8ac44100b..0bdaf1d460 100644 --- a/packages/astro/components/ViewTransitions.astro +++ b/packages/astro/components/ViewTransitions.astro @@ -7,19 +7,20 @@ export interface Props { const { fallback = 'animate' } = Astro.props; --- +