From ace2b416ac65dbe344f919c0d797653d7ece76f5 Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:30:13 +0800 Subject: [PATCH] style: rustfmt the re-nested sidebar add button The occlude() wrapper pushed the chrome_tile call one level deeper, past rustfmt's width for the single-line Button builder. --- src/ui/tab_sidebar.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/tab_sidebar.rs b/src/ui/tab_sidebar.rs index 425943c9..4f39ff5a 100644 --- a/src/ui/tab_sidebar.rs +++ b/src/ui/tab_sidebar.rs @@ -770,7 +770,8 @@ impl Tty7App { // collapse tile and the title bar's own "+", and ghost's // hover is a heavier, differently-derived grey. crate::ui::tab_strip::chrome_tile( - Button::new("sidebar-add").icon(Icon::new(IconName::Plus).size(px(18.))), + Button::new("sidebar-add") + .icon(Icon::new(IconName::Plus).size(px(18.))), false, cx, )