mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix indentation errors in servo rust code that tidy now finds.
This commit is contained in:
parent
57e74542ee
commit
fc34b9a14d
19 changed files with 127 additions and 127 deletions
|
@ -365,7 +365,7 @@ impl NetworkEventActor {
|
|||
RawStatus(s, Cow::from(status_text))
|
||||
});
|
||||
self.response.body = response.body.clone();
|
||||
}
|
||||
}
|
||||
|
||||
pub fn event_actor(&self) -> EventActor {
|
||||
// TODO: Send the correct values for startedDateTime, isXHR, private
|
||||
|
@ -413,7 +413,7 @@ impl NetworkEventActor {
|
|||
transferredSize: 0,
|
||||
discardResponseBody: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn response_cookies(&self) -> ResponseCookiesMsg {
|
||||
let mut cookies_size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue