diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-07-22 16:05:35 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-22 16:05:35 +0200 |
commit | 39c0a00f78a73df6b1df3e8409c3f3cca5deee8f (patch) | |
tree | 8e4e115534b83d5841d6cebc32db6b00987ce136 /components/layout/inline.rs | |
parent | 58c55064154955167eff1713bf3bbe9b97ea1bcc (diff) | |
download | servo-39c0a00f78a73df6b1df3e8409c3f3cca5deee8f.tar.gz servo-39c0a00f78a73df6b1df3e8409c3f3cca5deee8f.zip |
fmt
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r-- | components/layout/inline.rs | 4 |
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. |