mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Run cargo fmt
This commit is contained in:
parent
130377b8f4
commit
f60631b29e
3 changed files with 4 additions and 5 deletions
|
|
@ -27,7 +27,6 @@ use aquatic_http_protocol::{
|
|||
response::{AnnounceResponse, ScrapeResponse},
|
||||
};
|
||||
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct ConsumerId(pub usize);
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ use glommio::{channels::channel_mesh::MeshBuilder, prelude::*};
|
|||
|
||||
use crate::config::Config;
|
||||
|
||||
pub mod config;
|
||||
mod common;
|
||||
pub mod config;
|
||||
mod handlers;
|
||||
mod network;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue