Fix lint issues.

This commit is contained in:
Brent Simmons 2025-01-22 22:32:08 -08:00
parent 4184941347
commit 6e7b419bf4

View File

@ -13,10 +13,10 @@ import RSDatabase
public struct SyncStatus: Hashable, Equatable { public struct SyncStatus: Hashable, Equatable {
public enum Key: String { public enum Key: String {
case read = "read" case read
case starred = "starred" case starred
case deleted = "deleted" case deleted
case new = "new" case new
public init(_ articleStatusKey: ArticleStatus.Key) { public init(_ articleStatusKey: ArticleStatus.Key) {
switch articleStatusKey { switch articleStatusKey {