Skip to content

Commit e4371a5

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5267e5b commit e4371a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/05-HigherOrderReducers-ResuableOfflineDownloads/ReusableComponents-Download.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct CityMapDetailView: View {
101101
Text("Download for offline viewing")
102102
case .downloaded:
103103
Text("Downloaded")
104-
case .downloading(progress: let progress):
104+
case .downloading(let progress):
105105
Text("Downloading \(Int(100 * progress))%")
106106
case .startingToDownload:
107107
Text("Downloading…")

0 commit comments

Comments
 (0)