Skip to content

Commit

Permalink
fix: cairo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 2, 2024
1 parent 66a763a commit 8ee0ab7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/dojo-core/src/world/world_contract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 8ee0ab7

Please sign in to comment.