Skip to content

Commit 133aeb4

Browse files
committed
fix: ran cargo fmt + makeprepush again
1 parent 3a3d2ad commit 133aeb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chips/x86_q35/src/vga.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ impl Vga {
397397
0x25BC => Some(b'v'),
398398

399399
_ if ch < 0x80 => Some(ch as u8), // plain ASCII
400-
_ => None, // drop everything else
400+
_ => None, // drop everything else
401401
}
402402
}
403403

0 commit comments

Comments
 (0)