Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Murphy committed Dec 18, 2024
1 parent 83df12d commit bc1b6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/identity-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IdentityHandler.prototype.onLoginComplete = function(
pd: partnerData,
consentData: {
allowedVendors: [ '131', 'ID5-1747' ]
}
}
})
var logId5Id = this.common.logId5Id;

Expand All @@ -53,7 +53,7 @@ IdentityHandler.prototype.onLogoutComplete = function(
partnerId: this.common.partnerId,
consentData: {
allowedVendors: [ '131', 'ID5-1747' ]
}
}
})
var logId5Id = this.common.logId5Id;

Expand Down
2 changes: 1 addition & 1 deletion src/initialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var initialization = {
partnerId: common.partnerId,
consentData: {
allowedVendors: [ '131', 'ID5-1747' ]
}
}
})

id5Instance.onAvailable(function(status){
Expand Down

0 comments on commit bc1b6aa

Please sign in to comment.