mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
fix layout
This commit is contained in:
parent
f277ea2350
commit
93bbea1221
|
|
@ -54,11 +54,7 @@ func getBranchDisplayStrings(b *models.Branch,
|
|||
|
||||
pr, hasPr := prs[b]
|
||||
|
||||
if hasPr {
|
||||
res = append(res, coloredPrNumber(pr, hasPr), coloredName)
|
||||
} else {
|
||||
res = append(res, coloredName)
|
||||
}
|
||||
res = append(res, coloredPrNumber(pr, hasPr), coloredName)
|
||||
|
||||
if fullDescription {
|
||||
res = append(
|
||||
|
|
|
|||
Loading…
Reference in a new issue