From 72bb2a0021b543016a15c7d80808561c29c17409 Mon Sep 17 00:00:00 2001 From: Frank Mayer Date: Tue, 23 Jul 2024 01:15:41 +0200 Subject: [PATCH] style: format --- lib/commands.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/commands.ts b/lib/commands.ts index 41642e1..4293c62 100644 --- a/lib/commands.ts +++ b/lib/commands.ts @@ -11,8 +11,7 @@ export const Commands = { const world = useWorld() world.insertResource(resource) }, - trigger(event: Event) { - }, + trigger(event: Event) {}, components(entity: Entity): IterableIterator { const world = useWorld() return world.getEntityComponents(entity).values()