mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
remove extra spaces after keywords
This commit is contained in:
parent
c225847a81
commit
677a24a8d6
4 changed files with 4 additions and 4 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue