Skip to content

Commit 7c8b77a

Browse files
tgrapperonp4checo
authored andcommitted
Remove an unnecessary @escaping annotation (#1513)
(cherry picked from commit e2e796d62bf140f0732d55557dc9edcf61e4a41b)
1 parent a74ca7a commit 7c8b77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ extension SwitchStore {
189189
file: StaticString = #file,
190190
fileID: StaticString = #fileID,
191191
line: UInt = #line,
192-
@ViewBuilder content: @escaping () -> CaseLet<State, Action, State1, Action1, Content1>
192+
@ViewBuilder content: () -> CaseLet<State, Action, State1, Action1, Content1>
193193
)
194194
where
195195
Content == WithViewStore<

0 commit comments

Comments
 (0)