Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Dec 6, 2023
1 parent 13c0c18 commit c4870f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/payment/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ mod local {
},
NodeId,
};
use ya_core_model::payment::public::Ack;
use ya_core_model::{
driver::{driver_bus_id, DriverStatus, DriverStatusError},
payment::local::*,
};
use ya_core_model::payment::public::Ack;
use ya_persistence::types::Role;

pub fn bind_service(db: &DbExecutor, processor: Arc<Mutex<PaymentProcessor>>) {
Expand Down

0 comments on commit c4870f8

Please sign in to comment.