From 6c87fb478d17f108b2e65409680a41ff79135c61 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 20 May 2020 00:16:45 +0200 Subject: [PATCH] rustfmt fix --- src/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index b221dbd2..3dc8949f 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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, };