clean: use dprint

This commit is contained in:
Einliterflasche 2024-08-26 16:19:11 +02:00
parent e3547fbec2
commit a57e3aff75
No known key found for this signature in database
GPG key ID: 15660BC9C11F9F69
10 changed files with 127 additions and 18 deletions

View file

@ -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};