Skip to content

Commit a808d72

Browse files
committed
cleanup
1 parent 936a7cb commit a808d72

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

asyncgit/src/sync/hooks.rs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
use super::{repository::repo, RepoPath};
22
use crate::{
33
error::Result,
4-
sync::remotes::{
5-
proxy_auto, tags::tags_missing_remote, Callbacks,
6-
},
7-
};
8-
use crate::{
9-
sync::branch::get_branch_upstream_merge,
10-
sync::config::{
11-
push_default_strategy_config_repo, PushDefaultStrategyConfig,
4+
sync::{
5+
branch::get_branch_upstream_merge,
6+
config::{
7+
push_default_strategy_config_repo,
8+
PushDefaultStrategyConfig,
9+
},
10+
remotes::{proxy_auto, tags::tags_missing_remote, Callbacks},
1211
},
1312
};
1413
use git2::{BranchType, Direction, Oid};

0 commit comments

Comments
 (0)