Skip to content

Commit 4caf8dd

Browse files
author
Stephan Dilly
committed
cleanup
1 parent 4ea8124 commit 4caf8dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tui::{
1212
backend::Backend,
1313
layout::{Alignment, Constraint, Direction, Layout, Rect},
1414
style::{Modifier, Style},
15-
widgets::{Block, Borders, Clear, Paragraph, Text, BorderType},
15+
widgets::{Block, BorderType, Borders, Clear, Paragraph, Text},
1616
Frame,
1717
};
1818

src/components/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use tui::{
3030
backend::Backend,
3131
layout::Alignment,
3232
layout::Rect,
33-
widgets::{Block, BorderType, Borders, Paragraph, Text},
33+
widgets::{Block, Borders, Paragraph, Text},
3434
Frame,
3535
};
3636

0 commit comments

Comments
 (0)