remove unnecessary implicitly unwrapped optional

pull/1/head
Michael Kirk 7 years ago
parent 2a1c62f6f5
commit 97e9871f19

@ -43,7 +43,7 @@ public class TypingIndicatorInteraction: TSInteraction {
} }
@objc @objc
public override func save(with transaction: YapDatabaseReadWriteTransaction!) { public override func save(with transaction: YapDatabaseReadWriteTransaction) {
owsFailDebug("The transient interaction should not be saved in the database.") owsFailDebug("The transient interaction should not be saved in the database.")
} }
} }

Loading…
Cancel
Save