mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
rustfmt fix
This commit is contained in:
parent
c86a51cba8
commit
6c87fb478d
1 changed files with 2 additions and 1 deletions
|
|
@ -18,10 +18,11 @@ use itertools::Itertools;
|
|||
use log::trace;
|
||||
use std::borrow::Cow;
|
||||
use strings::commands;
|
||||
use tui::{style::Style,
|
||||
use tui::{
|
||||
backend::Backend,
|
||||
layout::{Alignment, Constraint, Direction, Layout, Rect},
|
||||
style::Modifier,
|
||||
style::Style,
|
||||
widgets::{Block, Borders, Paragraph, Tabs, Text},
|
||||
Frame,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue