Fix compilation issue and formatting

This commit is contained in:
Kishan B 2022-03-30 13:19:32 +05:30
parent d634e7dfab
commit 153e0dbc3b
1 changed files with 5 additions and 5 deletions

View File

@ -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.
//