Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinoko-kun committed Jul 22, 2024
1 parent 2782c6c commit 72bb2a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export const Commands = {
const world = useWorld()
world.insertResource(resource)
},
trigger(event: Event) {
},
trigger(event: Event) {},
components(entity: Entity): IterableIterator<Component> {
const world = useWorld()
return world.getEntityComponents(entity).values()
Expand Down

0 comments on commit 72bb2a0

Please sign in to comment.