mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -139,7 +139,8 @@ impl HTMLTableElement {
|
|||
&local_name!("thead") => self.SetTHead(Some(§ion)),
|
||||
&local_name!("tfoot") => self.SetTFoot(Some(§ion)),
|
||||
_ => unreachable!("unexpected section type"),
|
||||
}.expect("unexpected section type");
|
||||
}
|
||||
.expect("unexpected section type");
|
||||
|
||||
section
|
||||
}
|
||||
|
@ -160,7 +161,8 @@ impl HTMLTableElement {
|
|||
.filter_map(|ref node| {
|
||||
node.downcast::<HTMLTableSectionElement>()
|
||||
.map(|_| Dom::from_ref(&**node))
|
||||
}).collect(),
|
||||
})
|
||||
.collect(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue