Skip to content

Commit 9ce160d

Browse files
committed
misc: Formatting
1 parent 82bc615 commit 9ce160d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

asyncgit/src/sync/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pub use config::{
6666
};
6767
pub use diff::get_diff_commit;
6868
pub use git2::BranchType;
69+
pub use git2::ResetType;
6970
pub use git2::Sort;
7071
pub use hooks::{
7172
hooks_commit_msg, hooks_post_commit, hooks_pre_commit,
@@ -112,8 +113,6 @@ pub use utils::{
112113
stage_add_all, stage_add_file, stage_addremoved, Head,
113114
};
114115

115-
pub use git2::ResetType;
116-
117116
/// test utils
118117
#[cfg(test)]
119118
pub mod tests {

0 commit comments

Comments
 (0)