Skip to content

Commit

Permalink
style: ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Oct 17, 2022
1 parent 7bc15e4 commit 0399922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/farcasterd/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ use crate::bus::rpc::NodeInfo;
use crate::bus::sync::SyncMsg;
use crate::bus::{BusMsg, List, ServiceBus};
use crate::event::StateMachineExecutor;
use crate::farcasterd::stats::Stats;
use crate::farcasterd::syncer_state_machine::{SyncerStateMachine, SyncerStateMachineExecutor};
use crate::farcasterd::trade_state_machine::{TradeStateMachine, TradeStateMachineExecutor};
use crate::farcasterd::stats::Stats;
use crate::farcasterd::Opts;
use crate::syncerd::{Event as SyncerEvent, SweepSuccess, TaskId};
use crate::{
Expand Down

0 comments on commit 0399922

Please sign in to comment.