minor function signature change
This commit is contained in:
parent
0b26338659
commit
741dff0195
@ -47,7 +47,7 @@ type UserMap = HashMap<SocketAddr, UserMapValue>;
|
||||
// CODE //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
pub fn get_time() -> String {
|
||||
fn get_time() -> String {
|
||||
let date = Local::now();
|
||||
date.format("[%H:%M:%S]").to_string()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user