Whoops, rustfmt

pull/341/head
Brooks J Rady 4 years ago
parent e8c8e30f50
commit d26c0a4ef6

@ -172,11 +172,10 @@ impl<'a> Span<'a> {
&'a self,
base_style: Style,
) -> impl Iterator<Item = StyledGrapheme<'a>> {
UnicodeSegmentation::graphemes(self.content.as_ref(), true)
.map(move |g| StyledGrapheme {
symbol: g,
style: base_style.patch(self.style),
})
UnicodeSegmentation::graphemes(self.content.as_ref(), true).map(move |g| StyledGrapheme {
symbol: g,
style: base_style.patch(self.style),
})
}
}

Loading…
Cancel
Save