fix fmt
This commit is contained in:
parent
5b38a9dfe8
commit
e30c009fa7
@ -395,9 +395,7 @@ mod tests {
|
||||
|
||||
*response.headers_mut().unwrap() = headers_map.clone();
|
||||
|
||||
super::create_proxied_response(
|
||||
response.body(()).unwrap()
|
||||
);
|
||||
super::create_proxied_response(response.body(()).unwrap());
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user