Remove nolints

This commit is contained in:
Eduard S
2020-10-08 16:40:12 +02:00
parent cbc46db6da
commit d1002721f7
3 changed files with 3 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ type AuctionEventHEZClaimed struct {
}
// AuctionEvents is the list of events in a block of the Auction Smart Contract
type AuctionEvents struct { //nolint:structcheck
type AuctionEvents struct {
NewBid []AuctionEventNewBid
NewSlotDeadline []AuctionEventNewSlotDeadline
NewClosedAuctionSlots []AuctionEventNewClosedAuctionSlots