mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-29 20:16:33 -05:00
clean: use dprint
This commit is contained in:
parent
e3547fbec2
commit
a57e3aff75
10 changed files with 127 additions and 18 deletions
|
|
@ -1,3 +1,4 @@
|
|||
pub mod api;
|
||||
mod behaviour;
|
||||
pub mod cancel_and_refund;
|
||||
pub mod command;
|
||||
|
|
@ -5,7 +6,6 @@ mod event_loop;
|
|||
mod list_sellers;
|
||||
pub mod tracing;
|
||||
pub mod transport;
|
||||
pub mod api;
|
||||
|
||||
pub use behaviour::{Behaviour, OutEvent};
|
||||
pub use cancel_and_refund::{cancel, cancel_and_refund, refund};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue