More lint fixes

pull/106/head
George Sexton 1 year ago
parent 405e04ef6e
commit 31fd033457

@ -584,7 +584,7 @@ func (d *DevImpression) wait(dur time.Duration) {
return
}
// It was a bounce. Recalculate the duration to wait for the edge.
edgeDur = tEnd.Sub(time.Now())
edgeDur = time.Until(tEnd)
}
}
}

Loading…
Cancel
Save