Skip to content

Commit 8b41d68

Browse files
zwl-williamzhashunj-nb
authored andcommitted
Fix style (#103)
1 parent 77b672a commit 8b41d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/vidazoo/vidazoo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, requestInfo *adapte
4242
errors = append(errors, fmt.Errorf("extract tagId: %w", err))
4343
continue
4444
}
45-
for i, _ := range requestCopy.Imp {
45+
for i := range requestCopy.Imp {
4646
requestCopy.Imp[i].TagID = tagId
4747
}
4848
// NewsBreak Custom Prebid Code Ends

0 commit comments

Comments
 (0)