From 8e39cc44d9bd06ee2d9ef3109c93809072d5e551 Mon Sep 17 00:00:00 2001 From: therealmitchconnors Date: Tue, 10 Sep 2019 09:45:17 -0700 Subject: gofmt --- string_slice_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string_slice_test.go') diff --git a/string_slice_test.go b/string_slice_test.go index 9a7e246..9692461 100644 --- a/string_slice_test.go +++ b/string_slice_test.go @@ -270,7 +270,7 @@ func TestSSAsSliceValue(t *testing.T) { _ = val.Replace([]string{"three"}) } }) - if len(ss) != 1 || ss[0]!= "three" { + if len(ss) != 1 || ss[0] != "three" { t.Fatalf("Expected ss to be overwritten with 'three', but got: %s", ss) } -} \ No newline at end of file +} -- cgit v1.2.3