Fix formatting

This commit is contained in:
Malo 2025-06-29 14:44:13 +01:00
parent 098f8386ab
commit bc728eb00b

View File

@ -393,7 +393,7 @@ impl<'a> ShapedText<'a> {
pub fn stretchability(&self) -> Abs { pub fn stretchability(&self) -> Abs {
self.glyphs self.glyphs
.iter() .iter()
.map(|g|( g.stretchability().0 + g.stretchability().1).at(g.size)) .map(|g| (g.stretchability().0 + g.stretchability().1).at(g.size))
.sum() .sum()
} }