Skip to content

Commit ea07f63

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 5da277f commit ea07f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Internal/Deprecations.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ extension Effect {
99
@available(
1010
*,
1111
deprecated,
12-
message: "Using a variadic list is no longer supported. Use an array of identifiers instead. For more on this change, see: https://github.com/pointfreeco/swift-composable-architecture/pull/1041"
12+
message:
13+
"Using a variadic list is no longer supported. Use an array of identifiers instead. For more on this change, see: https://github.com/pointfreeco/swift-composable-architecture/pull/1041"
1314
)
1415
@_disfavoredOverload
1516
public static func cancel(ids: AnyHashable...) -> Effect {

0 commit comments

Comments
 (0)