Skip to content

Commit 75f5288

Browse files
committed
Change locationManager to private property
1 parent 29ec933 commit 75f5288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncLocationKit/AsyncLocationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
1111

1212
public final class AsyncLocationManager {
1313

14-
public private(set) var locationManager: CLLocationManager
14+
private var locationManager: CLLocationManager
1515
private var proxyDelegate: AsyncDelegateProxyInterface
1616
private var locationDelegate: CLLocationManagerDelegate
1717
private var desiredAccuracy: LocationAccuracy = .bestAccuracy

0 commit comments

Comments
 (0)