From 0970fd635c8ec59b4990dd0fd2d07fd2b937a766 Mon Sep 17 00:00:00 2001 From: Martin Trapp Date: Wed, 22 Nov 2023 12:55:48 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/transitions/router.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/astro/src/transitions/router.ts b/packages/astro/src/transitions/router.ts index 3f62e2fdb9..a97abfcf77 100644 --- a/packages/astro/src/transitions/router.ts +++ b/packages/astro/src/transitions/router.ts @@ -1,11 +1,11 @@ import { - doPreparation, - TransitionBeforeSwapEvent, - type TransitionBeforePreparationEvent, - doSwap, TRANSITION_AFTER_SWAP, + TransitionBeforeSwapEvent, + doPreparation, + doSwap, + type TransitionBeforePreparationEvent, } from './events.js'; -import type { Fallback, Direction, Options } from './types.js'; +import type { Direction, Fallback, Options } from './types.js'; type State = { index: number;