Make the linter happy.
This commit is contained in:
parent
e3be1094ea
commit
3bcb5b95e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user