Run cargo fmt

This commit is contained in:
Joakim Frostegård 2021-10-27 00:47:46 +02:00
parent 8f0dabc706
commit 17412868b9
11 changed files with 73 additions and 63 deletions

View file

@ -1,12 +1,12 @@
use cfg_if::cfg_if;
pub mod config;
pub mod common;
pub mod config;
#[cfg(feature = "with-mio")]
pub mod mio;
#[cfg(all(feature = "with-glommio", target_os = "linux"))]
pub mod glommio;
#[cfg(feature = "with-mio")]
pub mod mio;
pub const APP_NAME: &str = "aquatic_http: HTTP/TLS BitTorrent tracker";