fix indentation

This commit is contained in:
Dave Marquard 2021-07-19 12:36:46 -07:00
parent 9d8d212f3c
commit fef5be3d5e
No known key found for this signature in database
GPG Key ID: 46E688C4973F5C88
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ struct ReaderAPIEntry: Codable {
let articleID: String let articleID: String
let title: String? let title: String?
let author: String? let author: String?
let publishedTimestamp: Double? let publishedTimestamp: Double?
let crawledTimestamp: String? let crawledTimestamp: String?
@ -65,7 +65,7 @@ struct ReaderAPIEntry: Codable {
enum CodingKeys: String, CodingKey { enum CodingKeys: String, CodingKey {
case articleID = "id" case articleID = "id"
case title = "title" case title = "title"
case author = "author" case author = "author"
case summary = "summary" case summary = "summary"
case alternates = "alternate" case alternates = "alternate"
case categories = "categories" case categories = "categories"