Skip to content

Commit

Permalink
fix: compiler bug in CLLocation extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 6, 2021
1 parent caa56cf commit 75f0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ExtensionKit/CoreLocation/CLLocationManager.swift
Expand Up @@ -9,7 +9,7 @@ public extension CLLocationManager {
/// - type: `AuthorizationType`
/// - Returns: Publisher with `AuthorizationType`
static func requestLocationAuthorization(
with manager: CLLocationManager
with manager: CLLocationManager,
type: AuthorizationType
) -> AnyPublisher<CLAuthorizationStatus, Never> {
AuthorizationPublisher(manager: manager, authorizationType: type)
Expand Down

0 comments on commit 75f0a81

Please sign in to comment.