Skip to content

Commit 4c8e80c

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 5d4f96d commit 4c8e80c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Sources/ComposableArchitecture/Effects/Publisher.swift

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -574,23 +574,19 @@ extension Publisher {
574574
/// - Returns: An effect that never produces output or errors.
575575
@available(
576576
iOS, deprecated: 9999.0,
577-
message:
578-
"Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
577+
message: "Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
579578
)
580579
@available(
581580
macOS, deprecated: 9999.0,
582-
message:
583-
"Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
581+
message: "Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
584582
)
585583
@available(
586584
tvOS, deprecated: 9999.0,
587-
message:
588-
"Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
585+
message: "Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
589586
)
590587
@available(
591588
watchOS, deprecated: 9999.0,
592-
message:
593-
"Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
589+
message: "Iterate over 'Publisher.values' in the static version of 'Effect.run', instead."
594590
)
595591
public func fireAndForget<NewOutput, NewFailure>(
596592
outputType: NewOutput.Type = NewOutput.self,

0 commit comments

Comments
 (0)