Skip to content

Commit 066213b

Browse files
mmatoszkomluisbrown
authored andcommitted
Remove let when handling numberFactResponse action (#247)
1 parent f42bdb0 commit 066213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ let appReducer = Reducer<AppState, AppAction, AppEnvironment> { state, action, e
155155
state.numberFactAlert = fact
156156
return .none
157157

158-
case let .numberFactResponse(.failure):
158+
case .numberFactResponse(.failure):
159159
state.numberFactAlert = "Could not load a number fact :("
160160
return .none
161161
}

0 commit comments

Comments
 (0)