Skip to content

Commit 9f1d46a

Browse files
committed
Updated formatting
1 parent ccc7158 commit 9f1d46a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/com/uid2/operator/model/IdentityRequest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ public IdentityRequest(
1010
PublisherIdentity publisherIdentity,
1111
UserIdentity userIdentity,
1212
OptoutCheckPolicy tokenGeneratePolicy,
13-
IdentityEnvironment identityEnvironment)
14-
{
13+
IdentityEnvironment identityEnvironment) {
1514
this.publisherIdentity = publisherIdentity;
1615
this.userIdentity = userIdentity;
1716
this.optoutCheckPolicy = tokenGeneratePolicy;

src/main/java/com/uid2/operator/model/MapRequest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ public MapRequest(
1212
UserIdentity userIdentity,
1313
OptoutCheckPolicy optoutCheckPolicy,
1414
Instant asOf,
15-
IdentityEnvironment identityEnvironment)
16-
{
15+
IdentityEnvironment identityEnvironment) {
1716
this.userIdentity = userIdentity;
1817
this.optoutCheckPolicy = optoutCheckPolicy;
1918
this.asOf = asOf;

0 commit comments

Comments
 (0)