From 4cd27856ba1629070172adb665245c79ea2b08b7 Mon Sep 17 00:00:00 2001 From: michael-bailey Date: Tue, 21 Jul 2020 16:55:06 +0100 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";