Explorar el Código

remove lint warning in Colors class

cyberta hace 5 años
padre
commit
85971e2116
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      deltachat-ios/Helper/Colors.swift

+ 0 - 1
deltachat-ios/Helper/Colors.swift

@@ -7,7 +7,6 @@ struct DcColors {
     static let messagePrimaryColor = UIColor.rgb(red: 220, green: 248, blue: 198)
     static let messageSecondaryColor = UIColor.rgb(red: 245, green: 245, blue: 245)
     static let chatBackgroundColor = UIColor.rgb(red: 236, green: 229, blue: 221)
-    
     static let checkmarkGreen = UIColor.rgb(red: 112, green: 177, blue: 92)
 }