Skip to content

Commit

Permalink
addressing ktlint for DIA-2542-local-data-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-go-wombat committed Oct 17, 2023
1 parent 5654bb9 commit 3e01d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ private class CampaignManagerImpl(
msg = """
gdprUUID != null [${dataStorage.gdprConsentUuid != null}] - ccpaUUID != null [${dataStorage.ccpaConsentUuid != null}]
isGdprOrCcpaUuidPresent [$isGdprOrCcpaUuidPresent]
isLocalStateEmpty [${isLocalStateEmpty}]
isLocalStateEmpty [$isLocalStateEmpty]
V6.7 ls [$isV6LocalStatePresent] or V6.3 ls [$isV6LocalStatePresent2]
isEligibleLocalDataVersion [$hasNonEligibleLocalDataVersion]
shouldCallConsentStatus[$isRequireNewConsentStatusData]
Expand Down

0 comments on commit 3e01d81

Please sign in to comment.