Skip to content

Commit

Permalink
style(fmt): rustfmt!!
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Feb 10, 2025
1 parent 65926ec commit 09e85a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions default-plugins/about/src/pages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ impl Page {
Page::new()
.main_screen()
.with_title(main_screen_title(zellij_version.clone()))
.with_bulletin_list(
BulletinList::new(whats_new_title()).with_items(vec![
.with_bulletin_list(BulletinList::new(whats_new_title()).with_items(vec![
ActiveComponent::new(TextOrCustomRender::Text(main_menu_item(
"Stacked Resize",
)))
Expand Down Expand Up @@ -73,8 +72,7 @@ impl Page {
.with_left_click_action(ClickAction::new_change_page({
move || Page::new_mouse_any_event()
})),
]),
)
]))
.with_paragraph(vec![ComponentLine::new(vec![
ActiveComponent::new(TextOrCustomRender::Text(Text::new("Full Changelog: "))),
ActiveComponent::new(TextOrCustomRender::Text(changelog_link_unselected(
Expand Down

0 comments on commit 09e85a7

Please sign in to comment.