Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 8, 2024
1 parent 284999c commit 365ec7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go/compress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ func TestDecompressExist(t *testing.T) {
Prefix: []byte{},
}
innerOps := []*InnerOp{
&InnerOp{
{
Hash: HashOp_SHA256,
Prefix: generateInnerOpPrefix(),
},
&InnerOp{
{
Hash: HashOp_SHA256,
Prefix: generateInnerOpPrefix(),
Suffix: []byte{1},
},
&InnerOp{
{
Hash: HashOp_SHA256,
Prefix: generateInnerOpPrefix(),
Suffix: []byte{2},
Expand Down Expand Up @@ -98,7 +98,7 @@ func TestDecompressExist(t *testing.T) {
Leaf: leafOp,
}

lookup = innerOps[:]
lookup = innerOps

tc.malleate()

Expand Down

0 comments on commit 365ec7a

Please sign in to comment.