Skip to content

Commit ab80e87

Browse files
committedApr 5, 2025
misc: Formatting
1 parent fb4750f commit ab80e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎asyncgit/src/sync/mod.rs

+2-2
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 {
@@ -126,6 +125,7 @@ pub mod tests {
126125
};
127126
use crate::error::Result;
128127
use git2::Repository;
128+
129129
use std::{path::Path, process::Command};
130130
use tempfile::TempDir;
131131

0 commit comments

Comments
 (0)
Please sign in to comment.