aboutsummaryrefslogtreecommitdiff
path: root/string_slice_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_slice_test.go
parent68f4136ecf4c77dccc4d7003f5020fafa4833534 (diff)
gofmt
Diffstat (limited to 'string_slice_test.go')
-rw-r--r--string_slice_test.go4
1 files changed, 2 insertions, 2 deletions
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
+}