Skip to content

Commit 618a526

Browse files
author
ilya
committed
DATA-36551: Fixing linting
1 parent 3a0d8ec commit 618a526

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extra/modules/live-intent-omni-channel-identity/src/main/java/org/prebid/server/hooks/modules/liveintent/omni/channel/identity/v1/hooks/LiveIntentOmniChannelIdentityProcessedAuctionRequestHook.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ private Future<IdResResponse> requestIdentities(BidRequest bidRequest, AuctionCo
9191

9292
private BidRequest applyActivityRestrictions(BidRequest bidRequest, AuctionContext auctionContext) {
9393
final ActivityInvocationPayload activityInvocationPayload = BidRequestActivityInvocationPayload.of(
94-
ActivityInvocationPayloadImpl.of(ComponentType.GENERAL_MODULE, LiveIntentOmniChannelIdentityModule.CODE),
94+
ActivityInvocationPayloadImpl.of(
95+
ComponentType.GENERAL_MODULE,
96+
LiveIntentOmniChannelIdentityModule.CODE),
9597
bidRequest);
9698
final ActivityInfrastructure activityInfrastructure = auctionContext.getActivityInfrastructure();
9799

0 commit comments

Comments
 (0)