Run cargo fmt

This commit is contained in:
Joakim Frostegård 2021-10-28 01:49:37 +02:00
parent 130377b8f4
commit f60631b29e
3 changed files with 4 additions and 5 deletions

View file

@ -27,7 +27,6 @@ use aquatic_http_protocol::{
response::{AnnounceResponse, ScrapeResponse}, response::{AnnounceResponse, ScrapeResponse},
}; };
#[derive(Copy, Clone, Debug)] #[derive(Copy, Clone, Debug)]
pub struct ConsumerId(pub usize); pub struct ConsumerId(pub usize);

View file

@ -9,8 +9,8 @@ use glommio::{channels::channel_mesh::MeshBuilder, prelude::*};
use crate::config::Config; use crate::config::Config;
pub mod config;
mod common; mod common;
pub mod config;
mod handlers; mod handlers;
mod network; mod network;