Skip to content

Commit

Permalink
fix: format problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 8, 2024
1 parent cd0c833 commit a29882d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iced_examples/counter_mulit_pattern/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ impl Counter {
id,
})
}
Message::Close(id) => {
task::effect(Action::Window(WindowAction::Close(id)))
}
Message::Close(id) => task::effect(Action::Window(WindowAction::Close(id))),
_ => unreachable!(),
}
}
Expand Down

0 comments on commit a29882d

Please sign in to comment.