···2020 var body: some Reducer<State, Action> {
2121 Reduce { state, action in
2222 switch action {
2323- case let .applySettings(checks, downloads):
2323+ case .applySettings(let checks, let downloads):
2424 let checkInBackground = !state.didConfigureUpdates
2525 state.didConfigureUpdates = true
2626 return .run { _ in