demos: add blank line at the end

This makes it slightly easier to take a screenshot without getting the
cursor character from the shell input line just below.
This commit is contained in:
Martin von Zweigbergk 2023-02-08 16:26:55 -08:00 committed by Martin von Zweigbergk
parent d87f49ce5f
commit 73ce048256
5 changed files with 10 additions and 0 deletions

View file

@ -14,3 +14,5 @@ run_command "jj diff -r b1"
comment "The repo is backed by the actual Git repo:" comment "The repo is backed by the actual Git repo:"
run_command "git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline" run_command "git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline"
blank

View file

@ -44,3 +44,5 @@ run_command "jj log"
comment "Again, because the merge commit has the comment "Again, because the merge commit has the
changes from all three commits, it has no changes from all three commits, it has no
conflict." conflict."
blank

View file

@ -50,3 +50,5 @@ run_command "jj op restore $rebase_op"
comment "We're now back to before the \"other stuff\" comment "We're now back to before the \"other stuff\"
change existed:" change existed:"
run_command "jj log" run_command "jj log"
blank

View file

@ -38,3 +38,5 @@ run_command "echo \"Hello earth!\" > README"
comment "The status command no longer reports it:" comment "The status command no longer reports it:"
run_command "jj status" run_command "jj status"
blank

View file

@ -46,3 +46,5 @@ run_command "jj describe goodbye -m goodbye"
comment "Inspect the result:" comment "Inspect the result:"
run_command "jj log" run_command "jj log"
blank