Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Jan 27, 2025
1 parent e260b36 commit cfbcc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/trie2/trieutils/bitarray.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
MaxBitArraySize = 33 // (1 + 4 * 8) bytes
)

var emptyBitArray = new(BitArray) //nolint:unused //TODO(weiihann): remove this nolint when we replace legacy trie
var emptyBitArray = new(BitArray) // TODO(weiihann): remove this nolint when we replace legacy trie

// Represents a bit array with length representing the number of used bits.
// It uses a little endian representation to do bitwise operations of the words efficiently.
Expand Down

0 comments on commit cfbcc3d

Please sign in to comment.