mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-05 06:32:35 +02:00
Enforce Swift code formatting
This commit is contained in:
@@ -7,7 +7,7 @@ import Foundation
|
||||
import SignalFfi
|
||||
|
||||
public class ProfileKeyCiphertext: ByteArray {
|
||||
public required init(contents: [UInt8]) throws {
|
||||
try super.init(contents, checkValid: signal_profile_key_ciphertext_check_valid_contents)
|
||||
}
|
||||
public required init(contents: [UInt8]) throws {
|
||||
try super.init(contents, checkValid: signal_profile_key_ciphertext_check_valid_contents)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user