Skip to content

Commit

Permalink
Chore: Cargo Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Jun 28, 2023
1 parent a59ee28 commit 458602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/key_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::process::{Command, Output};
use crossterm::event::KeyCode;
use ratatui::layout::{Alignment, Rect};
use ratatui::style::Style;
use ratatui::text::{Line, Span, Text};
use ratatui::text::{Line, Span};
use ratatui::widgets::Paragraph;
use ratatui::Frame;

Expand Down

0 comments on commit 458602e

Please sign in to comment.