Skip to content

Commit c096892

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent da205c7 commit c096892

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 Store {
99
@available(
1010
*,
1111
deprecated,
12-
message: """
12+
message:
13+
"""
1314
'Store.scope' requires an explicit 'action' transform and is intended to be used to transform a store of a parent domain into a store of a child domain.
1415
1516
When transforming store state into view state, use the 'observe' parameter when constructing a view store.

0 commit comments

Comments
 (0)