Skip to content

Commit

Permalink
update: remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemant-Mann committed Jul 26, 2022
1 parent 429d7e5 commit c7c3317
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion trackier-ios-sdk/Classes/TrackierSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public class TrackierSDK {

public static func setUserID(userId: String) {
shared.instance.customerId = userId

}

public static func setUserEmail(userEmail: String) {
Expand Down
2 changes: 0 additions & 2 deletions trackier-ios-sdk/Classes/TrackierSDKConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ public class TrackierSDKConfig {
public func setSDKVersion(sdkVersion: String) {
self.sdkVersion = sdkVersion
}


}

0 comments on commit c7c3317

Please sign in to comment.