Skip to content

Commit cc67f0f

Browse files
committed
misc: Formatting
1 parent 5e30687 commit cc67f0f

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,
@@ -111,8 +112,6 @@ pub use utils::{
111112
stage_add_all, stage_add_file, stage_addremoved, Head,
112113
};
113114

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

0 commit comments

Comments
 (0)