Skip to content

Commit

Permalink
lib: stats: protocol: Fix use order
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Dec 12, 2024
1 parent 2c83212 commit d5d5b26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/stats/protocol.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use anyhow::Result;
use tokio::sync::{mpsc, oneshot};

use crate::stats::{DriversStats, StatsInner};

use super::messages::HubMessagesStats;
use crate::stats::{DriversStats, StatsInner};

pub enum StatsCommand {
SetPeriod {
Expand Down

0 comments on commit d5d5b26

Please sign in to comment.