mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cleanup: fix a formatting regression
This commit is contained in:
parent
798b4bc897
commit
0a43bc7088
1 changed files with 1 additions and 1 deletions
|
@ -2005,7 +2005,7 @@ fn cmd_status(
|
|||
ui.write("Working copy : ")?;
|
||||
ui.write_commit_summary(repo.as_repo_ref(), &commit)?;
|
||||
ui.write("\n")?;
|
||||
|
||||
|
||||
let mut conflicted_local_branches = vec![];
|
||||
let mut conflicted_remote_branches = vec![];
|
||||
for (branch_name, branch_target) in repo.view().branches() {
|
||||
|
|
Loading…
Reference in a new issue