minor cleanup

This commit is contained in:
Jesse Duffield 2019-03-11 09:28:47 +11:00
parent 06fe726ee7
commit 1ad9c6faac
9 changed files with 42 additions and 10 deletions

View file

@ -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}
}