Skip to content

Commit 5a4a9d5

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 2e6d34e commit 5a4a9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Effect.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ extension Publisher {
346346
///
347347
/// - Returns: An effect that never produces output or errors.
348348
public func fireAndForget<NewOutput, NewFailure>() -> Effect<NewOutput, NewFailure> {
349-
return self
349+
return
350+
self
350351
.flatMap { _ in Empty() }
351352
.catch { _ in Empty() }
352353
.eraseToEffect()

0 commit comments

Comments
 (0)