mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix formatting issues
This commit is contained in:
parent
067acdfd27
commit
2515966db6
2 changed files with 10 additions and 9 deletions
|
@ -1228,7 +1228,9 @@ impl LayoutNodeHelpers for LayoutDom<Node> {
|
|||
#[inline]
|
||||
#[allow(unsafe_code)]
|
||||
unsafe fn parent_node_ref(&self) -> Option<LayoutDom<Node>> {
|
||||
(*self.unsafe_get()).composed_parent_node.get_inner_as_layout()
|
||||
(*self.unsafe_get())
|
||||
.composed_parent_node
|
||||
.get_inner_as_layout()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue