Skip to content

Commit 781f548

Browse files
committed
code formatting
1 parent d662948 commit 781f548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
8282
urlDelegate: config.urlDelegate,
8383
urlOpener: urlOpener,
8484
allowedProtocols: config.allowedProtocols)
85+
8586
pending.onSuccess { attributionInfo in
8687
if let attributionInfo = attributionInfo {
8788
self.attributionInfo = attributionInfo
@@ -98,7 +99,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
9899
deviceAttributes.removeValue(forKey: name)
99100
}
100101

101-
func setPayloadData(_ data: [AnyHashable: Any]?){
102+
func setPayloadData(_ data: [AnyHashable: Any]?) {
102103
ITBInfo()
103104
_payloadData = data
104105
}

0 commit comments

Comments
 (0)