From 8e39cc44d9bd06ee2d9ef3109c93809072d5e551 Mon Sep 17 00:00:00 2001 From: therealmitchconnors Date: Tue, 10 Sep 2019 09:45:17 -0700 Subject: gofmt --- duration_slice_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'duration_slice_test.go') diff --git a/duration_slice_test.go b/duration_slice_test.go index 22bca93..651fbd8 100644 --- a/duration_slice_test.go +++ b/duration_slice_test.go @@ -162,7 +162,7 @@ func TestDSAsSliceValue(t *testing.T) { _ = val.Replace([]string{"3ns"}) } }) - if len(ds) != 1 || ds[0]!= time.Duration(3) { + if len(ds) != 1 || ds[0] != time.Duration(3) { t.Fatalf("Expected ss to be overwritten with '3ns', but got: %v", ds) } } -- cgit v1.2.3