mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Rustfmt has changed its default style :/
This commit is contained in:
parent
82fc6d9f49
commit
be69f9c3e6
207 changed files with 1200 additions and 1339 deletions
|
@ -76,7 +76,7 @@ impl PromiseRejectionEvent {
|
|||
None => {
|
||||
return Err(Error::Type(
|
||||
"required member promise is undefined.".to_string(),
|
||||
))
|
||||
));
|
||||
},
|
||||
};
|
||||
let bubbles = EventBubbles::from(init.parent.bubbles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue