reformat with max width

This commit is contained in:
Vinzenz Schroeter 2024-05-11 23:28:08 +02:00
parent 0a3f400e92
commit 362426c758
13 changed files with 225 additions and 122 deletions

View file

@ -1,4 +1,5 @@
use clap::Parser;
use servicepoint2::{ByteGrid, Command, Connection, Origin};
#[derive(Parser, Debug)]
@ -44,5 +45,7 @@ fn main() {
}
}
connection.send(Command::Cp437Data(Origin::top_left(), chars)).unwrap();
connection
.send(Command::Cp437Data(Origin::top_left(), chars))
.unwrap();
}