cargo fmt

This commit is contained in:
DustInDark
2022-06-24 23:53:42 +09:00
parent ab524cdccf
commit a3bb30e9a2

View File

@@ -425,7 +425,8 @@ impl App {
fn print_contributors(&self) {
match fs::read_to_string("./contributors.txt") {
Ok(contents) => {
write_color_buffer(&BufferWriter::stdout(ColorChoice::Always), None, &contents).ok();
write_color_buffer(&BufferWriter::stdout(ColorChoice::Always), None, &contents)
.ok();
}
Err(err) => {
AlertMessage::alert(&format!("{}", err)).ok();