From 8ee0ab7fe79d7f951c79250c9996973c0ed0fa22 Mon Sep 17 00:00:00 2001 From: glihm Date: Mon, 2 Sep 2024 17:24:56 -0600 Subject: [PATCH] fix: cairo fmt --- crates/dojo-core/src/world/world_contract.cairo | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/dojo-core/src/world/world_contract.cairo b/crates/dojo-core/src/world/world_contract.cairo index 09b6229770..40b08e8ecd 100644 --- a/crates/dojo-core/src/world/world_contract.cairo +++ b/crates/dojo-core/src/world/world_contract.cairo @@ -159,10 +159,9 @@ pub mod world { OwnerUpdated: OwnerUpdated, ConfigEvent: Config::Event, StateUpdated: StateUpdated, - // Dojo System Events are emitted by the `emit!` macro. - // The selector is fixed to `selector!("dojo_core::event::SYSTEM_EVENT_SELECTOR")` and - // should not be used directly in this enumeration. + // The selector is fixed to `selector!("dojo_core::event::SYSTEM_EVENT_SELECTOR")` and + // should not be used directly in this enumeration. } #[derive(Drop, starknet::Event, Debug, PartialEq)]