mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
swiftformat line fix
This commit is contained in:
parent
a8baa3cb52
commit
70a2d03890
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ public extension DataService {
|
|||
}
|
||||
}
|
||||
|
||||
if item.isPDF && needsPDFDownload {
|
||||
if item.isPDF, needsPDFDownload {
|
||||
try await fetchPDFData(slug: item.slug, pageURLString: item.pageURLString)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue