Skip to content

Commit 43afec3

Browse files
author
Stephan Dilly
committed
fix fmt
1 parent 2497c4f commit 43afec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/revlog/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{
1010
ui::calc_scroll_top,
1111
ui::style::Theme,
1212
};
13-
use asyncgit::{sync, AsyncLog, AsyncNotification, CWD, FetchStatus};
13+
use asyncgit::{sync, AsyncLog, AsyncNotification, FetchStatus, CWD};
1414
use crossbeam_channel::Sender;
1515
use crossterm::event::Event;
1616
use std::{borrow::Cow, cmp, convert::TryFrom, time::Instant};

0 commit comments

Comments
 (0)