diff --git a/Sources/PackageRegistry/RegistryDownloadsManager.swift b/Sources/PackageRegistry/RegistryDownloadsManager.swift index 4b1418de36a..8b1decf88dc 100644 --- a/Sources/PackageRegistry/RegistryDownloadsManager.swift +++ b/Sources/PackageRegistry/RegistryDownloadsManager.swift @@ -98,7 +98,7 @@ public class RegistryDownloadsManager: AsyncCancellable { packagePath: packagePath, observabilityScope: observabilityScope, delegateQueue: delegateQueue, - callbackQueue: callbackQueue, + callbackQueue: callbackQueue ) // inform delegate that we finished to fetch let duration = start.distance(to: .now())