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