Explorar el Código

fix lint issue

cyberta hace 3 años
padre
commit
09a3dbed27
Se han modificado 1 ficheros con 1 adiciones y 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)