Skip to content

Commit

Permalink
Merge pull request #314 from passatgt/patch-1
Browse files Browse the repository at this point in the history
Fix build warning
  • Loading branch information
ivanvorobei committed Apr 19, 2023
2 parents b1b28a5 + 0bd479b commit f161f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LocationExtension/LocationAccuracy.swift
Expand Up @@ -24,7 +24,7 @@ import MapKit

extension CLLocationManager {

open func setAccuracy(_ value: LocationAccuracy) {
public func setAccuracy(_ value: LocationAccuracy) {
desiredAccuracy = value.coreLocationAccuracy
}
}
Expand Down

0 comments on commit f161f04

Please sign in to comment.