Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsandriesse committed May 27, 2020
1 parent a10cec6 commit 731fffa
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ public class SMKDecryptResult: NSObject {
// paddedPlaintext)
@objc
public func throwswrapped_encryptMessage(recipientId: String,
deviceId: Int32,
paddedPlaintext: Data,
senderCertificate: SMKSenderCertificate,
protocolContext: Any?,
useFallbackSessionCipher: Bool) throws -> Data {
deviceId: Int32,
paddedPlaintext: Data,
senderCertificate: SMKSenderCertificate,
protocolContext: Any?,
useFallbackSessionCipher: Bool) throws -> Data {
guard recipientId.count > 0 else {
throw SMKError.assertionError(description: "\(SMKSecretSessionCipher.logTag) invalid recipientId")
}
Expand Down

0 comments on commit 731fffa

Please sign in to comment.