diff --git a/src/main.rs b/src/main.rs index 1f86a00..ef809e8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ mod server; use crate::server::server_profile::Server; fn main(){ - lazy_static!{ + lazy_static! { static ref server_name: &'static str = "Server-01"; static ref server_address: &'static str = "0.0.0.0:6000"; static ref server_author: &'static str = "noreply@email.com";