mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix comment
This commit is contained in:
parent
1f7273af23
commit
5e05e8b62b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue