Skip to content

Commit dffddfe

Browse files
committed
Update Delegate.swift
1 parent e53cdc3 commit dffddfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/d3-async-location/Delegate.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import CoreLocation
99

1010
extension LocationManagerAsync{
1111

12+
/// The methods that you use to receive events from an associated location-manager object
13+
/// The location manager calls its delegate’s methods to report location-related events to your app.
1214
final class Delegate: NSObject, CLLocationManagerDelegate{
1315

1416
/// Continuation asynchronously passing location data
@@ -52,7 +54,7 @@ extension LocationManagerAsync{
5254
stream?.yield(location)
5355
}
5456

55-
}
57+
}
5658

5759
// MARK: - Alias types -
5860

0 commit comments

Comments
 (0)