Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bxue-l2 committed Jan 3, 2025
1 parent 316fbbb commit 9e6c7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/generated_key/memstore/memstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (e *MemStore) Put(_ context.Context, value []byte) ([]byte, error) {
X: commitment.X.Marshal(),
Y: commitment.Y.Marshal(),
},
DataLength: uint32( ( len(encodedVal) + BytesPerFieldElement - 1) / BytesPerFieldElement), // #nosec G115
DataLength: uint32((len(encodedVal) + BytesPerFieldElement - 1) / BytesPerFieldElement), // #nosec G115
BlobQuorumParams: []*disperser.BlobQuorumParam{
{
QuorumNumber: 1,
Expand Down

0 comments on commit 9e6c7ed

Please sign in to comment.