Format
This commit is contained in:
parent
497003e67e
commit
c7100dc989
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ impl<'b> Iterator for LayoutRunIter<'b> {
|
|||
if let Some(glyph_line_height) = glyph.line_height_opt {
|
||||
line_height_opt = match line_height_opt {
|
||||
Some(line_height) => Some(line_height.max(glyph_line_height)),
|
||||
None => Some(glyph_line_height)
|
||||
None => Some(glyph_line_height),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue