Browse Source

fix warning in UIColor+Extensions

cyberta 5 năm trước cách đây
mục cha
commit
99f867784e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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)
     }
-
-
-
 }