mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Rustfmt some of script.
This commit is contained in:
parent
ceb72e54e4
commit
0c61be7a57
50 changed files with 1499 additions and 885 deletions
|
@ -34,7 +34,8 @@ impl DocumentFragment {
|
|||
|
||||
pub fn new(document: &Document) -> Root<DocumentFragment> {
|
||||
Node::reflect_node(box DocumentFragment::new_inherited(document),
|
||||
document, DocumentFragmentBinding::Wrap)
|
||||
document,
|
||||
DocumentFragmentBinding::Wrap)
|
||||
}
|
||||
|
||||
pub fn Constructor(global: GlobalRef) -> Fallible<Root<DocumentFragment>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue