Skip to content

Commit

Permalink
rangekey: fix formatting
Browse files Browse the repository at this point in the history
Update formatting in a file that landed after the previous formatting
change.
  • Loading branch information
nicktrav committed Dec 1, 2021
1 parent 7fb375f commit f6167e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rangekey/rangekey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestUnsetValue_Roundtrip(t *testing.T) {
{
endKey: []byte("hello world"),
suffixes: [][]byte{
[]byte{},
{},
[]byte("foo"),
[]byte("bar"),
[]byte("bax"),
Expand Down

0 comments on commit f6167e3

Please sign in to comment.