Skip to content

Commit 5936021

Browse files
committed
not being able to sync swift versions strikes again!
1 parent 26eaa88 commit 5936021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/VPNLib/Download.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public func download(
135135
src: src,
136136
dest: dest,
137137
urlSession: urlSession,
138-
progressUpdates: progressUpdates.flatMap { throttle(interval: .milliseconds(10), $0) },
138+
progressUpdates: progressUpdates.flatMap { throttle(interval: .milliseconds(10), $0) }
139139
)
140140
}
141141

0 commit comments

Comments
 (0)