forked from mirror/backoff
gofmt styling
This commit is contained in:
parent
ac9a0aaf07
commit
2d358da93d
|
@ -68,8 +68,8 @@ func Test3(t *testing.T) {
|
|||
|
||||
func Test4(t *testing.T) {
|
||||
b := &Backoff{
|
||||
Min: 500 * time.Second,
|
||||
Max: 100 * time.Second,
|
||||
Min: 500 * time.Second,
|
||||
Max: 100 * time.Second,
|
||||
Factor: 1,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue