Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Apr 11, 2024
1 parent b7a81a3 commit d5cb164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ func TestFixLoadedBrokenReferences(t *testing.T) {
},

// empty array
emptyArrayDataRootID: []byte{
emptyArrayDataRootID: {
// extra data
// version
0x00,
Expand All @@ -1534,7 +1534,7 @@ func TestFixLoadedBrokenReferences(t *testing.T) {
},

// root array data slab
arrayDataRootID: []byte{
arrayDataRootID: {
// extra data
// version
0x00,
Expand Down

0 comments on commit d5cb164

Please sign in to comment.