Run cargo fmt

This commit is contained in:
Timothy Warren 2020-02-28 11:51:40 -05:00
parent 8b9adcddcc
commit 1574dca648
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ impl Component for Model {
self.tasks.remove(index);
UpdateAction::Render
}
Message::Filter{ filter } => {
Message::Filter { filter } => {
self.filter = filter;
UpdateAction::Render
}