mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
cleanup: fix a formatting regression
This commit is contained in:
parent
798b4bc897
commit
0a43bc7088
@ -2005,7 +2005,7 @@ fn cmd_status(
|
|||||||
ui.write("Working copy : ")?;
|
ui.write("Working copy : ")?;
|
||||||
ui.write_commit_summary(repo.as_repo_ref(), &commit)?;
|
ui.write_commit_summary(repo.as_repo_ref(), &commit)?;
|
||||||
ui.write("\n")?;
|
ui.write("\n")?;
|
||||||
|
|
||||||
let mut conflicted_local_branches = vec![];
|
let mut conflicted_local_branches = vec![];
|
||||||
let mut conflicted_remote_branches = vec![];
|
let mut conflicted_remote_branches = vec![];
|
||||||
for (branch_name, branch_target) in repo.view().branches() {
|
for (branch_name, branch_target) in repo.view().branches() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user