utf-8: minor reformatting
This commit is contained in:
parent
9eed3f6305
commit
ebd1865545
|
@ -69,7 +69,8 @@ impl RenderCanvas for Canvas {
|
||||||
} else {
|
} else {
|
||||||
rows[0].iter().map(|top| (top * 2)).collect::<Vec<u8>>()
|
rows[0].iter().map(|top| (top * 2)).collect::<Vec<u8>>()
|
||||||
}
|
}
|
||||||
}.iter()
|
}
|
||||||
|
.iter()
|
||||||
// Mapping those 2-bit numbers to corresponding pixels.
|
// Mapping those 2-bit numbers to corresponding pixels.
|
||||||
.map(Unicode1x2::parse_2_bits)
|
.map(Unicode1x2::parse_2_bits)
|
||||||
.collect::<Vec<&str>>()
|
.collect::<Vec<&str>>()
|
||||||
|
|
Loading…
Reference in a new issue