small correction

This commit is contained in:
clizia 2025-08-27 01:07:12 +02:00
parent 16e1bc308f
commit d1f80928bf

View file

@ -97,7 +97,6 @@ pub fn _print(args: fmt::Arguments) {
WRITER.lock().write_fmt(args).unwrap();
}
impl Writer {
pub fn write_byte(&mut self, byte: u8) {
match byte {