1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00

fix spacing

This commit is contained in:
Jesse Duffield 2021-03-14 19:44:52 +11:00
parent 79079b54ea
commit 64217a8a5b

View File

@ -56,8 +56,8 @@ func (m *StatusLineManager) Render(diffName string, submoduleConfigs []*models.S
const INNER_ITEM = "├─ "
const LAST_ITEM = "└─ "
const NESTED = "│ "
const NOTHING = " "
const NESTED = "│ "
const NOTHING = " "
func (m *StatusLineManager) renderAux(s *models.StatusLineNode, prefix string, depth int, diffName string, submoduleConfigs []*models.SubmoduleConfig) []string {
isRoot := depth == -1