mirror of
https://github.com/yattee/yattee.git
synced 2026-01-18 09:42:33 +00:00
Fix lint issues
This commit is contained in:
@@ -47,7 +47,7 @@ struct FavoriteItem: Codable, Equatable, Identifiable, Defaults.Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
static func == (lhs: FavoriteItem, rhs: FavoriteItem) -> Bool {
|
||||
static func == (lhs: Self, rhs: Self) -> Bool {
|
||||
lhs.section == rhs.section
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user