mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Make test-tidy check that braces have spaces before or after them
This commit is contained in:
parent
aee011a524
commit
64ac4f175f
10 changed files with 31 additions and 21 deletions
|
@ -199,7 +199,7 @@ impl AssertMustHaveBodyRequest {
|
|||
impl HttpRequest for AssertMustHaveBodyRequest {
|
||||
type R = MockResponse;
|
||||
|
||||
fn headers_mut(&mut self) -> &mut Headers { &mut self.headers}
|
||||
fn headers_mut(&mut self) -> &mut Headers { &mut self.headers }
|
||||
|
||||
fn send(self, body: &Option<Vec<u8>>) -> Result<MockResponse, LoadError> {
|
||||
assert_eq!(self.expected_body, *body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue