Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cheahjs committed Aug 12, 2022
1 parent 481aca2 commit 766888d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/exports/combat.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::pubsub::dispatch;
use arcdps::{CombatEvent, Agent, AgentOwned};
use arcdps::{Agent, AgentOwned, CombatEvent};
use smol::Task;

pub fn cbt(
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ mod executor;
mod exports;
mod pubsub;


fn main() -> Result<(), Box<(dyn std::error::Error + 'static)>> {
executor::setup();
pubsub::setup();
Expand Down

0 comments on commit 766888d

Please sign in to comment.