Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Nov 22, 2023
1 parent c87223c commit 0970fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/astro/src/transitions/router.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
doPreparation,
TRANSITION_AFTER_SWAP,
TransitionBeforeSwapEvent,
type TransitionBeforePreparationEvent,
doPreparation,
doSwap,
TRANSITION_AFTER_SWAP,
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;
Expand Down

0 comments on commit 0970fd6

Please sign in to comment.