Skip to content

Commit b914abb

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5cd90c3 commit b914abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Effects/Cancellation.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ extension Effect {
4242
case let .publisher(publisher):
4343
return Self(
4444
operation: .publisher(
45-
Deferred { [navigationIDPath]
45+
Deferred {
46+
[navigationIDPath]
4647
()
4748
-> Publishers.HandleEvents<
4849
Publishers.PrefixUntilOutput<

0 commit comments

Comments
 (0)