diff --git a/crates/aionbot-core/src/entry.rs b/crates/aionbot-core/src/entry.rs index 9e56b04..ed521f4 100644 --- a/crates/aionbot-core/src/entry.rs +++ b/crates/aionbot-core/src/entry.rs @@ -3,8 +3,7 @@ use std::{hash::Hash, sync::Arc}; use crate::{router::Router, types::Callback}; #[derive(Clone)] -pub struct Entry -{ +pub struct Entry { pub id: &'static str, pub priority: i8, pub router: Arc>,