aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/wrapper_traits.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_layout_interface/wrapper_traits.rs')
-rw-r--r--components/script_layout_interface/wrapper_traits.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script_layout_interface/wrapper_traits.rs b/components/script_layout_interface/wrapper_traits.rs
index fdb35f07333..d3de357a3e4 100644
--- a/components/script_layout_interface/wrapper_traits.rs
+++ b/components/script_layout_interface/wrapper_traits.rs
@@ -449,7 +449,8 @@ pub trait ThreadSafeLayoutElement:
/* is_probe = */ false,
&ServoMetricsProvider,
/* matching_func = */ None,
- ).unwrap()
+ )
+ .unwrap()
},
}
},