Fix formatting for the entire workspace

This commit is contained in:
Antonio Scandurra 2023-04-14 12:08:33 +02:00
parent 33bc47dbe2
commit 74ca223114
5 changed files with 10 additions and 13 deletions

View file

@ -248,12 +248,7 @@ impl Entity for FeedbackEditor {
}
impl Item for FeedbackEditor {
fn tab_content(
&self,
_: Option<usize>,
style: &theme::Tab,
_: &AppContext,
) -> Element<Pane> {
fn tab_content(&self, _: Option<usize>, style: &theme::Tab, _: &AppContext) -> Element<Pane> {
Flex::row()
.with_child(
Svg::new("icons/feedback_16.svg")