aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index f4dacefc5ef..152108dc912 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -1048,9 +1048,7 @@ impl InlineFlow {
inline_start_position_for_fragment =
inline_start_position_for_fragment + slack_inline_size
},
- TextAlign::Left | TextAlign::ServoLeft | TextAlign::Right | TextAlign::ServoRight => {
- unreachable!()
- },
+ TextAlign::Left | TextAlign::ServoLeft | TextAlign::Right | TextAlign::ServoRight => unreachable!(),
}
// Lay out the fragments in visual order.