mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Remove extra space
This commit is contained in:
parent
d5ed39a148
commit
8022e6642e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ lines = output.splitlines()
|
||||||
|
|
||||||
behead_re = re.compile(
|
behead_re = re.compile(
|
||||||
r"^Your branch is (ahead of|behind) '(.*)' by (\d+) commit")
|
r"^Your branch is (ahead of|behind) '(.*)' by (\d+) commit")
|
||||||
diverge_re = re.compile(r"^ and have (\d+) and (\d+) different")
|
diverge_re = re.compile(r"^and have (\d+) and (\d+) different")
|
||||||
|
|
||||||
status = ''
|
status = ''
|
||||||
staged = re.compile(r'^# Changes to be committed:$', re.MULTILINE)
|
staged = re.compile(r'^# Changes to be committed:$', re.MULTILINE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue