mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fmt
This commit is contained in:
parent
58c5506415
commit
39c0a00f78
2 changed files with 31 additions and 69 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue