style: slight stdout phrasing improvement

This commit is contained in:
xeruf 2024-07-24 19:11:08 +03:00
parent f3110564cd
commit ad65388979

View file

@ -251,6 +251,7 @@ async fn main() {
None => break,
}
}
println!();
tasks.update_state("", |t| {
if t.pure_state() == State::Active {
@ -261,7 +262,7 @@ async fn main() {
});
drop(tasks);
eprintln!("Waiting for sync to relay...");
eprintln!("Submitting pending changes...");
or_print(sender.await);
}