Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 19, 2024
1 parent a594515 commit df4e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK/Push/Service/WMTPushImpl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extension WMTPushPlatform {
var token: String {
return switch self {
case .apns(token: let token, environment: _): token.toHex()
case .fcm(token: let token): token
case .fcm(token: let token): token
}
}
}

0 comments on commit df4e0b5

Please sign in to comment.