mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
fix indentation
This commit is contained in:
parent
9d8d212f3c
commit
fef5be3d5e
@ -51,7 +51,7 @@ struct ReaderAPIEntry: Codable {
|
||||
|
||||
let articleID: String
|
||||
let title: String?
|
||||
let author: String?
|
||||
let author: String?
|
||||
|
||||
let publishedTimestamp: Double?
|
||||
let crawledTimestamp: String?
|
||||
@ -65,7 +65,7 @@ struct ReaderAPIEntry: Codable {
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case articleID = "id"
|
||||
case title = "title"
|
||||
case author = "author"
|
||||
case author = "author"
|
||||
case summary = "summary"
|
||||
case alternates = "alternate"
|
||||
case categories = "categories"
|
||||
|
Loading…
Reference in New Issue
Block a user