Skip to content

Commit

Permalink
style(fmt): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 24, 2024
1 parent 0f4baf9 commit 196c880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ impl App {
let mut block = Block::bordered()
.border_style(Style::default().fg(Color::Rgb(100, 100, 100)))
.title(Title::from(
"theaTTYr 🎥".to_string()
"theaTTYr 🎥"
.to_string()
.fg(Color::Reset)
.bold()
.into_centered_line(),
Expand Down

0 comments on commit 196c880

Please sign in to comment.