mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
github-actions[bot]
parent
890d2ee96f
commit
39268ea604
@@ -172,7 +172,8 @@ extension Effect {
|
||||
) async rethrows -> T {
|
||||
@Dependency(\.navigationIDPath) var navigationIDPath
|
||||
|
||||
let (cancellable, task): (AnyCancellable, Task<T, Error>) = _cancellationCancellables
|
||||
let (cancellable, task): (AnyCancellable, Task<T, Error>) =
|
||||
_cancellationCancellables
|
||||
.withValue {
|
||||
if cancelInFlight {
|
||||
$0.cancel(id: id, path: navigationIDPath)
|
||||
@@ -202,7 +203,8 @@ extension Effect {
|
||||
) async rethrows -> T {
|
||||
@Dependency(\.navigationIDPath) var navigationIDPath
|
||||
|
||||
let (cancellable, task): (AnyCancellable, Task<T, Error>) = _cancellationCancellables
|
||||
let (cancellable, task): (AnyCancellable, Task<T, Error>) =
|
||||
_cancellationCancellables
|
||||
.withValue {
|
||||
if cancelInFlight {
|
||||
$0.cancel(id: id, path: navigationIDPath)
|
||||
|
||||
Reference in New Issue
Block a user