aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/inline/construct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/flow/inline/construct.rs')
-rw-r--r--components/layout_2020/flow/inline/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flow/inline/construct.rs b/components/layout_2020/flow/inline/construct.rs
index a210e534abe..88b86961564 100644
--- a/components/layout_2020/flow/inline/construct.rs
+++ b/components/layout_2020/flow/inline/construct.rs
@@ -268,7 +268,7 @@ impl InlineFormattingContextBuilder {
for identifier in self.inline_box_stack.iter() {
new_builder.start_inline_box(
self.inline_boxes
- .get(&identifier)
+ .get(identifier)
.borrow()
.split_around_block(),
);