chore: sytle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user