From 2d358da93d861b80a06393cbce95d734d2b6825f Mon Sep 17 00:00:00 2001 From: Joshua Gentes Date: Thu, 4 Aug 2016 17:27:51 -0400 Subject: [PATCH] gofmt styling --- backoff_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backoff_test.go b/backoff_test.go index 02fc0d6..cb36833 100644 --- a/backoff_test.go +++ b/backoff_test.go @@ -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, }