@@ -24,12 +24,14 @@ use crate::{
2424 StashFlags ,
2525} ;
2626use crate :: {
27- AnnotatedCommit , MergeAnalysis , MergeOptions , MergeFileOptions , MergeFileResult , MergePreference ,
28- SubmoduleIgnore , SubmoduleStatus , SubmoduleUpdate ,
27+ AnnotatedCommit , MergeAnalysis , MergeFileOptions , MergeFileResult , MergeOptions ,
28+ MergePreference , SubmoduleIgnore , SubmoduleStatus , SubmoduleUpdate ,
2929} ;
3030use crate :: { ApplyLocation , ApplyOptions , Rebase , RebaseOptions } ;
3131use crate :: { Blame , BlameOptions , Reference , References , ResetType , Signature , Submodule } ;
32- use crate :: { Blob , BlobWriter , Branch , BranchType , Branches , Commit , Config , Index , IndexEntry , Oid , Tree } ;
32+ use crate :: {
33+ Blob , BlobWriter , Branch , BranchType , Branches , Commit , Config , Index , IndexEntry , Oid , Tree ,
34+ } ;
3335use crate :: { Describe , IntoCString , Reflog , RepositoryInitMode , RevparseMode } ;
3436use crate :: { DescribeOptions , Diff , DiffOptions , Odb , PackBuilder , TreeBuilder } ;
3537use crate :: { Note , Notes , ObjectType , Revwalk , Status , StatusOptions , Statuses , Tag , Transaction } ;
@@ -4097,12 +4099,14 @@ mod tests {
40974099 opts. our_label ( "ours" ) ;
40984100 opts. their_label ( "theirs" ) ;
40994101 opts. style_diff3 ( true ) ;
4100- let merge_file_result = repo. merge_file_from_index ( & base, & ours, & theirs, Some ( & mut opts) ) . unwrap ( ) ;
4102+ let merge_file_result = repo
4103+ . merge_file_from_index ( & base, & ours, & theirs, Some ( & mut opts) )
4104+ . unwrap ( ) ;
41014105
41024106 assert ! ( !merge_file_result. is_automergeable( ) ) ;
41034107 assert_eq ! (
41044108 String :: from_utf8_lossy( merge_file_result. content( ) ) . to_string( ) ,
4105- r"<<<<<<< ours
4109+ r"<<<<<<< ours
41064110foo
41074111||||||| ancestor
41084112base
0 commit comments