swiftformat line fix

This commit is contained in:
Satindar Dhillon 2022-06-13 13:52:39 -07:00
parent a8baa3cb52
commit 70a2d03890

View file

@ -251,7 +251,7 @@ public extension DataService {
}
}
if item.isPDF && needsPDFDownload {
if item.isPDF, needsPDFDownload {
try await fetchPDFData(slug: item.slug, pageURLString: item.pageURLString)
}