Fix formatting issues

This commit is contained in:
Fernando Jiménez Moreno 2019-02-19 07:53:55 +01:00
parent 067acdfd27
commit 2515966db6
2 changed files with 10 additions and 9 deletions

View file

@ -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]