Browse Source

Resolved merge conflicts

Bastian van de Wetering 6 years ago
parent
commit
77af585a51
1 changed files with 0 additions and 2 deletions
  1. 0 2
      deltachat-ios/Wrapper.swift

+ 0 - 2
deltachat-ios/Wrapper.swift

@@ -521,8 +521,6 @@ class MRConfig {
     setOptStr(key, vStr)
   }
     
-
-
   private class func getInt(_ key: String) -> Int {
     let vStr = getOptStr(key)
     if vStr == nil {