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