mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix fmt
This commit is contained in:
parent
2497c4fe9e
commit
43afec3433
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use crate::{
|
|||
ui::calc_scroll_top,
|
||||
ui::style::Theme,
|
||||
};
|
||||
use asyncgit::{sync, AsyncLog, AsyncNotification, CWD, FetchStatus};
|
||||
use asyncgit::{sync, AsyncLog, AsyncNotification, FetchStatus, CWD};
|
||||
use crossbeam_channel::Sender;
|
||||
use crossterm::event::Event;
|
||||
use std::{borrow::Cow, cmp, convert::TryFrom, time::Instant};
|
||||
|
|
|
|||
Loading…
Reference in a new issue