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