Browse Source

fix warning in UIColor+Extensions

cyberta 5 years ago
parent
commit
99f867784e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      deltachat-ios/Extensions/UIColor+Extensions.swift

+ 0 - 3
deltachat-ios/Extensions/UIColor+Extensions.swift

@@ -94,7 +94,4 @@ internal extension UIColor {
         }
         return UIColor(hexString: lightHex)
     }
-
-
-
 }