Skip to content

Commit 0d09071

Browse files
author
Stephan Dilly
committed
cleanup
1 parent 540997c commit 0d09071

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ use anyhow::{anyhow, Result};
1818
use asyncgit::{sync, AsyncNotification, CWD};
1919
use crossbeam_channel::Sender;
2020
use crossterm::event::{Event, KeyEvent};
21-
use std::{cell::Cell, cell::RefCell, path::Path, rc::Rc};
21+
use std::{
22+
cell::{Cell, RefCell},
23+
path::Path,
24+
rc::Rc,
25+
};
2226
use tui::{
2327
backend::Backend,
2428
layout::{Constraint, Direction, Layout, Margin, Rect},

0 commit comments

Comments
 (0)