mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Fix formatting issues
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user