mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed swiftlint warnings (#1386)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user