mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
refactor: small improvement
This commit is contained in:
@@ -726,6 +726,7 @@ fn print_listening(address: &str, port: u16, tls: bool) {
|
||||
eprintln!(" {}://{}:{}", protocol, addr, port);
|
||||
}
|
||||
}
|
||||
eprintln!();
|
||||
}
|
||||
|
||||
fn retrive_listening_addrs(address: &str) -> Vec<String> {
|
||||
|
||||
Reference in New Issue
Block a user