chore: sytle

This commit is contained in:
2020-08-30 00:37:28 +08:00
parent e8dc9a49fb
commit 9eaaa185ca
2 changed files with 8 additions and 17 deletions

View File

@@ -31,10 +31,7 @@ fn main() {
handle_client(stream)
});
},
Err(e) => {
println!("Error: {}", e);
/* connection failed */
},
Err(e) => println!("Error: {}", e),
}
}
// close the socket server