1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-05 15:15:49 +02:00

fix comment

This commit is contained in:
Jesse Duffield 2021-03-21 10:48:58 +11:00
parent 1f7273af23
commit 5e05e8b62b

View File

@ -13,7 +13,7 @@ type FileChangeNode struct {
File *File
Path string // e.g. '/path/to/mydir'
Collapsed bool
CompressionLevel int // equal to the number of forward slashes you'll see in the path when it's rendered
CompressionLevel int // equal to the number of forward slashes you'll see in the path when it's rendered in tree mode
}
func (s *FileChangeNode) GetHasUnstagedChanges() bool {