remove extra spaces after keywords

This commit is contained in:
Pavel Sergeev 2017-07-16 13:27:53 +03:00
parent c225847a81
commit 677a24a8d6
4 changed files with 4 additions and 4 deletions

View file

@ -938,7 +938,7 @@ fn test_load_follows_a_redirect() {
}
#[test]
fn test_redirect_from_x_to_y_provides_y_cookies_from_y() {
fn test_redirect_from_x_to_y_provides_y_cookies_from_y() {
let shared_url_y = Arc::new(Mutex::new(None::<ServoUrl>));
let shared_url_y_clone = shared_url_y.clone();
let handler = move |request: HyperRequest, mut response: HyperResponse| {