fix: fixed swiftlint warnings (#1386)

This commit is contained in:
Serhiy Mytrovtsiy
2023-04-01 16:58:05 +02:00
parent 4314de533c
commit 3c9a3722bf
20 changed files with 75 additions and 89 deletions

View File

@@ -24,6 +24,7 @@ public struct ColorValue: Equatable {
public static func ==(lhs: ColorValue, rhs: ColorValue) -> Bool {
return lhs.value == rhs.value
}
// swiftlint:enable operator_whitespace
}
public enum AppUpdateInterval: String {