From e6461b2be9f61ca52bf718eb6106505e4d2ac8d6 Mon Sep 17 00:00:00 2001 From: Marco Cadetg Date: Sun, 3 May 2026 19:31:06 +0200 Subject: [PATCH] style: fix rustfmt alignment in stats panel layout --- src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.rs b/src/ui.rs index b8f6b30..6207e25 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -2174,7 +2174,7 @@ fn draw_stats_panel( Constraint::Length(5), // Network Stats (1 heading + 4 content) Constraint::Length(1), // gap Constraint::Length(security_height), // Security (heading + content) - Constraint::Length(1), // gap + Constraint::Length(1), // gap Constraint::Min(0), // Traffic + interface details ]) .split(inner_area);