Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Oct 11, 2024
1 parent bd4ebe8 commit dc03fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/storage/keeper/grpc_query_active_deals.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (k Keeper) OpenFiles(c context.Context, req *types.QueryOpenFiles) (*types.
var i uint64
var total uint64
k.IterateFilesByMerkle(ctx, reverse, func(_ []byte, val []byte) bool {

var file types.UnifiedFile
if err := k.cdc.Unmarshal(val, &file); err != nil {
return false
Expand Down

0 comments on commit dc03fad

Please sign in to comment.