mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
clippy fix
This commit is contained in:
parent
36d9d13df4
commit
0cdaabf9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use strings::commands;
|
|||
use tui::{
|
||||
backend::Backend,
|
||||
layout::Rect,
|
||||
style::{Modifier, Style},
|
||||
style::Modifier,
|
||||
widgets::{Clear, Text},
|
||||
Frame,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue