From 2c9482e1591cf49ed96ce45a0894a5bfd5211faf Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Mon, 30 Dec 2024 00:56:30 +0100 Subject: [PATCH] refactor(skier): format file --- src/app/game/actors/skier.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/game/actors/skier.ts b/src/app/game/actors/skier.ts index c96a8c1..1472bb3 100644 --- a/src/app/game/actors/skier.ts +++ b/src/app/game/actors/skier.ts @@ -1,10 +1,4 @@ -import { - Actor, - CollisionType, - type Engine, - type GpuParticleEmitter, - vec -} from 'excalibur'; +import { Actor, CollisionType, type Engine, type GpuParticleEmitter, vec } from 'excalibur'; import { Config } from '../config'; import { Resources } from '../resources'; import type { Race } from '../scenes/race';