remove unnecessary implicitly unwrapped optional

This commit is contained in:
Michael Kirk 2018-11-12 09:55:06 -06:00
parent 2a1c62f6f5
commit 97e9871f19
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class TypingIndicatorInteraction: TSInteraction {
}
@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.")
}
}