diff --git a/internal/rangekey/rangekey_test.go b/internal/rangekey/rangekey_test.go index 066ef78c61..5c1b6b9c3a 100644 --- a/internal/rangekey/rangekey_test.go +++ b/internal/rangekey/rangekey_test.go @@ -86,7 +86,7 @@ func TestUnsetValue_Roundtrip(t *testing.T) { { endKey: []byte("hello world"), suffixes: [][]byte{ - []byte{}, + {}, []byte("foo"), []byte("bar"), []byte("bax"),