Add done status message after backwards snowballing step

This commit is contained in:
Andreas Tsouchlos 2025-12-30 02:58:11 +02:00
parent c1882e50df
commit ac89e93b7a

View File

@ -243,7 +243,9 @@ impl App {
}
}
self.set_status_message(StatusMessage::Info("Done".to_string()));
self.set_status_message(StatusMessage::Info(
"Done".to_string(),
));
}
}
}