mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	fix spacing
This commit is contained in:
		| @@ -56,8 +56,8 @@ func (m *StatusLineManager) Render(diffName string, submoduleConfigs []*models.S | |||||||
|  |  | ||||||
| const INNER_ITEM = "├─ " | const INNER_ITEM = "├─ " | ||||||
| const LAST_ITEM = "└─ " | const LAST_ITEM = "└─ " | ||||||
| const NESTED = "│   " | const NESTED = "│  " | ||||||
| const NOTHING = "    " | const NOTHING = "   " | ||||||
|  |  | ||||||
| func (m *StatusLineManager) renderAux(s *models.StatusLineNode, prefix string, depth int, diffName string, submoduleConfigs []*models.SubmoduleConfig) []string { | func (m *StatusLineManager) renderAux(s *models.StatusLineNode, prefix string, depth int, diffName string, submoduleConfigs []*models.SubmoduleConfig) []string { | ||||||
| 	isRoot := depth == -1 | 	isRoot := depth == -1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user