mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
fix: add space after stash
This commit is contained in:
parent
5bf94fa6b1
commit
e8c1b7f82e
|
|
@ -300,6 +300,7 @@ func (f *Formater) flags() {
|
|||
if len(flags) > 0 {
|
||||
f.clear()
|
||||
f.b.WriteString(strings.Join(flags, " "))
|
||||
f.b.WriteString(" ")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue