Fix lint issues.
This commit is contained in:
parent
4184941347
commit
6e7b419bf4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user