diff --git a/src/tabs/revlog/mod.rs b/src/tabs/revlog/mod.rs index 60f0eb2d..062f2f50 100644 --- a/src/tabs/revlog/mod.rs +++ b/src/tabs/revlog/mod.rs @@ -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};