From 93bbea1221cf1b78b3d33ffcc1fa1450997d7e0d Mon Sep 17 00:00:00 2001 From: Yuki Osaki Date: Fri, 19 Aug 2022 12:18:35 +0900 Subject: [PATCH] fix layout --- pkg/gui/presentation/branches.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/gui/presentation/branches.go b/pkg/gui/presentation/branches.go index ed1d6edda..bf19fd036 100644 --- a/pkg/gui/presentation/branches.go +++ b/pkg/gui/presentation/branches.go @@ -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(