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},