Skip to content

Commit 12ae834

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 47b5f1b commit 12ae834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/Todos/Todos/Todos.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ let appReducer = Reducer<AppState, AppAction, AppEnvironment>.combine(
7272
.map { state.filteredTodos[$0] }
7373
.compactMap { state.todos.index(id: $0.id) }
7474
)
75-
destination = state.todos.index(id: state.filteredTodos[destination].id)
75+
destination =
76+
state.todos.index(id: state.filteredTodos[destination].id)
7677
?? destination
7778
}
7879

0 commit comments

Comments
 (0)