Skip to content

Commit 5cc5f1a

Browse files
stephencelisp4checo
authored andcommitted
Run swift-format
(cherry picked from commit f5b4f2dcf4d40b6d77fdb2dd1426948f28dce40f)
1 parent 3dd83c1 commit 5cc5f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ extension ReducerProtocol {
5050
public func ifCaseLet<CaseState, CaseAction>(
5151
_ toCaseState: CasePath<State, CaseState>,
5252
action toCaseAction: CasePath<Action, CaseAction>,
53-
@ReducerBuilder<CaseState, CaseAction> then case: () -> some ReducerProtocol<CaseState, CaseAction>,
53+
@ReducerBuilder<CaseState, CaseAction> then case: () -> some ReducerProtocol<
54+
CaseState, CaseAction
55+
>,
5456
file: StaticString = #file,
5557
fileID: StaticString = #fileID,
5658
line: UInt = #line

0 commit comments

Comments
 (0)