Skip to content

Commit

Permalink
Fixed styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Feb 12, 2024
1 parent 4808bf8 commit d2c524d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ public void makeBidsShouldReturnBannerBidIfRequestImpHasBanner() throws JsonProc
.containsExactly(BidderBid.of(Bid.builder().impid("123").build(), banner, "USD"));
}


@SafeVarargs
private static BidRequest givenBidRequest(UnaryOperator<BidRequest.BidRequestBuilder> bidRequestCustomizer,
UnaryOperator<Imp.ImpBuilder>... impCustomizers) {
Expand Down

0 comments on commit d2c524d

Please sign in to comment.