mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
minor cleanup
This commit is contained in:
parent
06fe726ee7
commit
1ad9c6faac
9 changed files with 42 additions and 10 deletions
|
@ -8,6 +8,6 @@ type CommitFile struct {
|
|||
}
|
||||
|
||||
// GetDisplayStrings is a function.
|
||||
func (f *CommitFile) GetDisplayStrings() []string {
|
||||
func (f *CommitFile) GetDisplayStrings(isFocused bool) []string {
|
||||
return []string{f.DisplayString}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue