浏览代码

fix lint issue

cyberta 4 年之前
父节点
当前提交
f1ec9d0109
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DcCore/DcCore/DC/Wrapper.swift

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

@@ -127,7 +127,7 @@ public class DcContext {
     }
 
     public func sendVideoChatInvitation(chatId: Int) -> Int {
-        return Int(dc_send_videochat_invitation(contextPointer,  UInt32(chatId)))
+        return Int(dc_send_videochat_invitation(contextPointer, UInt32(chatId)))
     }
 
     // TODO: remove count and from parameters if we don't use it