Skip to content

Commit be639d7

Browse files
committed
update
1 parent 349a560 commit be639d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
6969
func start() async throws
7070
7171
/// Stop streaming locations
72-
func stop() async
72+
func stop()
7373
}
7474
```
7575

Sources/d3-async-location/protocol/ILocationManagerViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ public protocol ILocationManagerViewModel: ObservableObject{
1919
func start() async throws
2020

2121
/// Stop streaming locations
22-
func stop() async
22+
func stop()
2323
}

0 commit comments

Comments
 (0)