Skip to content

Commit 7124439

Browse files
committed
chore: fmt
1 parent 2b37ba5 commit 7124439

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/tui/ui/panes.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,9 @@ pub(super) fn render_header(frame: &mut Frame, area: Rect, state: &DashboardStat
13921392
spans.push(Span::styled(" Connected as ", Style::default().fg(DIM)));
13931393
spans.push(Span::styled(
13941394
format!("{user} "),
1395-
Style::default().fg(presence_color(state.self_status())).bold(),
1395+
Style::default()
1396+
.fg(presence_color(state.self_status()))
1397+
.bold(),
13961398
));
13971399
} else {
13981400
spans.push(Span::styled(

0 commit comments

Comments
 (0)