mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
use newer rustfmt
This commit is contained in:
parent
fa7a71e0d3
commit
5c0f855e1b
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ impl BufferedRender<'_> {
|
|||
}
|
||||
|
||||
fn process(&mut self) {
|
||||
let Some(c) = self.buffered_chars.pop_front() else { return };
|
||||
let Some(c) = self.buffered_chars.pop_front() else {
|
||||
return;
|
||||
};
|
||||
match c {
|
||||
' ' | '\n' => {
|
||||
if let Some(group) = self.char_render.finalise_letter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue