Skip to content

Commit

Permalink
Fixed styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Jan 15, 2025
1 parent 7fd613e commit bfffd2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ private ExtIgi prepareExtIgi(ExtIgi igi, String bidder) {
return null;
}

boolean shouldDropIgb = StringUtils.isEmpty(igi.getImpid());
final boolean shouldDropIgb = StringUtils.isEmpty(igi.getImpid());
if (shouldDropIgb) {
conditionalLogger.warn("ExtIgi with absent impId from bidder: " + bidder, logSamplingRate);
}
Expand Down

0 comments on commit bfffd2f

Please sign in to comment.