fix layout

This commit is contained in:
Yuki Osaki 2022-08-19 12:18:35 +09:00
parent f277ea2350
commit 93bbea1221

View file

@ -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(