Skip to content

Commit 6a177dc

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 412a896 commit 6a177dc

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

Tests/ComposableArchitectureTests/ScopeCacheTests.swift

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
.send(.show)
1919
} issueMatcher: {
2020
$0.compactDescription == """
21-
Scoping from uncached StoreOf<Feature> is not compatible with observation.
21+
Scoping from uncached StoreOf<Feature> is not compatible with observation.
2222
23-
This can happen for one of two reasons:
23+
This can happen for one of two reasons:
2424
25-
• A parent view scopes on a store using transform functions, which has been \
26-
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
27-
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
28-
main/documentation/composablearchitecture/migratingto1.5
25+
• A parent view scopes on a store using transform functions, which has been \
26+
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
27+
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
28+
main/documentation/composablearchitecture/migratingto1.5
2929
30-
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
31-
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
32-
bindings. Read the migration guide for 1.7 to update those APIs: \
33-
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
34-
composablearchitecture/migratingto1.7
35-
"""
30+
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
31+
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
32+
bindings. Read the migration guide for 1.7 to update those APIs: \
33+
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
34+
composablearchitecture/migratingto1.7
35+
"""
3636
}
3737
store.send(.child(.dismiss))
3838
#endif
@@ -79,21 +79,21 @@
7979
_ = cancellable
8080
} issueMatcher: {
8181
$0.compactDescription == """
82-
Scoping from uncached StoreOf<Feature> is not compatible with observation.
82+
Scoping from uncached StoreOf<Feature> is not compatible with observation.
8383
84-
This can happen for one of two reasons:
84+
This can happen for one of two reasons:
8585
86-
• A parent view scopes on a store using transform functions, which has been \
87-
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
88-
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
89-
main/documentation/composablearchitecture/migratingto1.5
86+
• A parent view scopes on a store using transform functions, which has been \
87+
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
88+
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
89+
main/documentation/composablearchitecture/migratingto1.5
9090
91-
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
92-
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
93-
bindings. Read the migration guide for 1.7 to update those APIs: \
94-
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
95-
composablearchitecture/migratingto1.7
96-
"""
91+
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
92+
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
93+
bindings. Read the migration guide for 1.7 to update those APIs: \
94+
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
95+
composablearchitecture/migratingto1.7
96+
"""
9797
}
9898
#endif
9999
}
@@ -126,21 +126,21 @@
126126
)
127127
} issueMatcher: {
128128
$0.compactDescription == """
129-
Scoping from uncached StoreOf<Feature> is not compatible with observation.
129+
Scoping from uncached StoreOf<Feature> is not compatible with observation.
130130
131-
This can happen for one of two reasons:
131+
This can happen for one of two reasons:
132132
133-
• A parent view scopes on a store using transform functions, which has been \
134-
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
135-
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
136-
main/documentation/composablearchitecture/migratingto1.5
133+
• A parent view scopes on a store using transform functions, which has been \
134+
deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \
135+
to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\
136+
main/documentation/composablearchitecture/migratingto1.5
137137
138-
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
139-
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
140-
bindings. Read the migration guide for 1.7 to update those APIs: \
141-
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
142-
composablearchitecture/migratingto1.7
143-
"""
138+
• A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \
139+
'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \
140+
bindings. Read the migration guide for 1.7 to update those APIs: \
141+
https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\
142+
composablearchitecture/migratingto1.7
143+
"""
144144
}
145145
#endif
146146
}

0 commit comments

Comments
 (0)