gofmt styling

This commit is contained in:
Joshua Gentes 2016-08-04 17:27:51 -04:00
parent ac9a0aaf07
commit 2d358da93d
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ func Test3(t *testing.T) {
func Test4(t *testing.T) { func Test4(t *testing.T) {
b := &Backoff{ b := &Backoff{
Min: 500 * time.Second, Min: 500 * time.Second,
Max: 100 * time.Second, Max: 100 * time.Second,
Factor: 1, Factor: 1,
} }