Skip to content

Commit 30cad4d

Browse files
committed
fix: merge import
1 parent 4d222f3 commit 30cad4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/popups/branchlist.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ use crate::{
1313
ui::{self, Size},
1414
};
1515
use anyhow::Result;
16-
use asyncgit::sync::status::StatusType;
1716
use asyncgit::{
1817
sync::{
1918
self,
2019
branch::{
2120
checkout_remote_branch, BranchDetails, LocalBranch,
2221
RemoteBranch,
2322
},
24-
checkout_branch, get_branches_info, BranchInfo, BranchType,
25-
CommitId, RepoPathRef, RepoState,
23+
checkout_branch, get_branches_info,
24+
status::StatusType,
25+
BranchInfo, BranchType, CommitId, RepoPathRef, RepoState,
2626
},
2727
AsyncGitNotification,
2828
};

0 commit comments

Comments
 (0)