forked from mirror/backoff
Fix compilation issue and formatting
This commit is contained in:
parent
d634e7dfab
commit
153e0dbc3b
|
@ -30,7 +30,7 @@ type Backoff struct {
|
|||
// Minimum value of the counter.
|
||||
//
|
||||
// Defaults to 100 milliseconds.
|
||||
Min
|
||||
Min time.Duration
|
||||
|
||||
// Maximum value of the counter.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue