Skip to content

Commit 6c87fb4

Browse files
author
Stephan Dilly
committed
rustfmt fix
1 parent c86a51c commit 6c87fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ use itertools::Itertools;
1818
use log::trace;
1919
use std::borrow::Cow;
2020
use strings::commands;
21-
use tui::{style::Style,
21+
use tui::{
2222
backend::Backend,
2323
layout::{Alignment, Constraint, Direction, Layout, Rect},
2424
style::Modifier,
25+
style::Style,
2526
widgets::{Block, Borders, Paragraph, Tabs, Text},
2627
Frame,
2728
};

0 commit comments

Comments
 (0)