diff options
| author | therealmitchconnors <[email protected]> | 2019-09-10 09:45:17 -0700 |
|---|---|---|
| committer | therealmitchconnors <[email protected]> | 2019-09-10 09:45:17 -0700 |
| commit | 8e39cc44d9bd06ee2d9ef3109c93809072d5e551 (patch) | |
| tree | bc1f50b1da6d48d1ecd8446371167b934bc56775 /float64_slice_test.go | |
| parent | 68f4136ecf4c77dccc4d7003f5020fafa4833534 (diff) | |
gofmt
Diffstat (limited to 'float64_slice_test.go')
| -rw-r--r-- | float64_slice_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/float64_slice_test.go b/float64_slice_test.go index 011bbdd..43778ef 100644 --- a/float64_slice_test.go +++ b/float64_slice_test.go @@ -162,7 +162,7 @@ func TestF64SAsSliceValue(t *testing.T) { _ = val.Replace([]string{"3.1"}) } }) - if len(f64s) != 1 || f64s[0]!= 3.1 { + if len(f64s) != 1 || f64s[0] != 3.1 { t.Fatalf("Expected ss to be overwritten with '3.1', but got: %v", f64s) } } |
