Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jooaf committed Jan 20, 2025
1 parent 894d584 commit 9ca8a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub fn render_title_select_popup(f: &mut Frame, popup: &TitleSelectPopup) {
let block = Block::default()
.borders(Borders::ALL)
.border_style(Style::default().fg(ORANGE))
.title(format!("Select Title"));
.title("Select Title");

let paragraph = Paragraph::new(items)
.block(block)
Expand Down

0 comments on commit 9ca8a0f

Please sign in to comment.