delete extra white space

This commit is contained in:
Tanaka Zakku
2021-12-24 14:56:23 +09:00
parent 207fcb312c
commit d9624be752

View File

@@ -228,13 +228,11 @@ impl AlertMessage {
for error_log in ERROR_LOG_STACK.lock().unwrap().iter() {
writeln!(error_log_writer, "{}", error_log).ok();
}
println!("");
println!(
"Errors were generated. Please check {} for details.",
ERROR_LOG_PATH.to_string()
);
println!("");
println!("");
}
/// ERRORメッセージを表示する関数