Explorar o código

fix lint issue

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
09a3dbed27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DcCore/DcCore/DC/Wrapper.swift

+ 1 - 1
DcCore/DcCore/DC/Wrapper.swift

@@ -1165,7 +1165,7 @@ public class DcMsg {
 
     public func summary(chat: DcChat) -> DcLot {
         guard let chatPointer = chat.chatPointer else {
-            return DcLot(nil);
+            return DcLot(nil)
         }
         guard let dcLotPointer = dc_msg_get_summary(messagePointer, chatPointer) else {
             return DcLot(nil)