From 8e39cc44d9bd06ee2d9ef3109c93809072d5e551 Mon Sep 17 00:00:00 2001 From: therealmitchconnors Date: Tue, 10 Sep 2019 09:45:17 -0700 Subject: gofmt --- string_slice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string_slice.go') diff --git a/string_slice.go b/string_slice.go index 74b934b..13d0572 100644 --- a/string_slice.go +++ b/string_slice.go @@ -73,7 +73,7 @@ func (s *stringSliceValue) Replace(val []string) error { } func (s *stringSliceValue) GetSlice() []string { - return *s.value + return *s.value } func stringSliceConv(sval string) (interface{}, error) { -- cgit v1.2.3