mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-01 14:04:57 +03:00
remove empty else branch
This commit is contained in:
parent
58f866d588
commit
dffca846c4
@ -2272,9 +2272,6 @@ pub fn write_tree_onto_tree(
|
||||
} else if base_tree.get_path(rel_path).is_ok() {
|
||||
// remove file from index if it exists in the base tree
|
||||
builder.remove(rel_path);
|
||||
} else {
|
||||
// file not in index or base tree, do nothing
|
||||
// this is the
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user