aboutsummaryrefslogtreecommitdiff
path: root/string_array_test.go
diff options
context:
space:
mode:
authortherealmitchconnors <[email protected]>2019-09-10 09:45:17 -0700
committertherealmitchconnors <[email protected]>2019-09-10 09:45:17 -0700
commit8e39cc44d9bd06ee2d9ef3109c93809072d5e551 (patch)
treebc1f50b1da6d48d1ecd8446371167b934bc56775 /string_array_test.go
parent68f4136ecf4c77dccc4d7003f5020fafa4833534 (diff)
gofmt
Diffstat (limited to 'string_array_test.go')
-rw-r--r--string_array_test.go2
1 files changed, 1 insertions, 1 deletions
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)
}
}