Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Oct 8, 2024
1 parent 0f0567c commit 37b5f60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/torii/core/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ use tracing::{debug, error};

use crate::simple_broker::SimpleBroker;
use crate::types::{
Contract as ContractUpdated, Entity as EntityUpdated, Event as EventEmitted, EventMessage as EventMessageUpdated,
Model as ModelRegistered, OptimisticEntity, OptimisticEventMessage,
Contract as ContractUpdated, Entity as EntityUpdated, Event as EventEmitted,
EventMessage as EventMessageUpdated, Model as ModelRegistered, OptimisticEntity,
OptimisticEventMessage,
};

pub(crate) const LOG_TARGET: &str = "torii_core::executor";
Expand Down

0 comments on commit 37b5f60

Please sign in to comment.