From 43afec3433caa7ec4a5a74bfa5414303c88e0571 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 22 May 2020 22:42:31 +0200 Subject: [PATCH] fix fmt --- src/tabs/revlog/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};