Make the linter happy.

This commit is contained in:
Sacha Ligthert 2025-01-27 23:14:49 +01:00
parent e3be1094ea
commit 3bcb5b95e7

View File

@ -152,8 +152,9 @@ func (solver *Solver) Tracker() {
est, err := time.ParseDuration(duration_string)
if err != nil {
est_fin = "parse error"
} else {
est_fin = est.String()
}
est_fin = est.String()
}
// Printing the progress