Skip to content

Commit b7fd931

Browse files
Mark Pospeselmpospese
authored andcommitted
Fix linter warning
1 parent 1edd815 commit b7fd931

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ extension UIColor {
9797
// can't calculate a contrast between two transparent colors
9898
if YCoreUI.isLoggingEnabled {
9999
YCoreUI.colorLogger.warning(
100-
"Transparent color \(self) cannot calculate contrast ratio to other transparent color \(otherColor)."
100+
"""
101+
Transparent color \(self) cannot calculate contrast ratio to other transparent color \(otherColor).
102+
"""
101103
)
102104
}
103105
return .nan

0 commit comments

Comments
 (0)