mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-20 04:28:39 -05:00
style: fix rustfmt alignment in stats panel layout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user