Skip to content

Commit

Permalink
removed unnecessary line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Feb 17, 2021
1 parent a75edc9 commit e48287e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ class IdentityManager(
IdentityStrings.LOG_IN_SUCCESSFUL.format(newAppUserID, created)
)
deviceCache.clearCachesForAppUserID(oldAppUserID)
subscriberAttributesCache.clearSubscriberAttributesIfSyncedForSubscriber(
oldAppUserID
)
subscriberAttributesCache.clearSubscriberAttributesIfSyncedForSubscriber(oldAppUserID)

deviceCache.cacheAppUserID(newAppUserID)
deviceCache.cachePurchaserInfo(newAppUserID, purchaserInfo)
Expand Down

0 comments on commit e48287e

Please sign in to comment.