From 0d09071c0ac87669ff1e33c565cc400ee8a79cc2 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 8 Jul 2020 20:05:28 +0200 Subject: [PATCH] cleanup --- src/app.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index a7891e92..0de0e8b9 100644 --- a/src/app.rs +++ b/src/app.rs @@ -18,7 +18,11 @@ use anyhow::{anyhow, Result}; use asyncgit::{sync, AsyncNotification, CWD}; use crossbeam_channel::Sender; use crossterm::event::{Event, KeyEvent}; -use std::{cell::Cell, cell::RefCell, path::Path, rc::Rc}; +use std::{ + cell::{Cell, RefCell}, + path::Path, + rc::Rc, +}; use tui::{ backend::Backend, layout::{Constraint, Direction, Layout, Margin, Rect},