Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenzeck committed Jul 2, 2024
1 parent db1da2f commit 310cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestApp/Sources/Common/Publication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct OPDSPublication: Hashable {
let images: [Link]
let description: String?
let baseURL: HTTPURL?

init(from publication: Publication) {
title = publication.metadata.title
authors = publication.metadata.authors
Expand Down

0 comments on commit 310cbb2

Please sign in to comment.