summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-11 09:28:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-16 10:20:27 +1100
commit1ad9c6faac18d5a683d631452e6a8f8f9c88b9da (patch)
treed28fadec1483d4bf269fc1a8af83bed848621ae3 /pkg/commands
parent06fe726ee79d3993d936ae3e064761273b657ae8 (diff)
minor cleanup
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/commit_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/commit_file.go b/pkg/commands/commit_file.go
index 5910ccfec..8bc6a11c2 100644
--- a/pkg/commands/commit_file.go
+++ b/pkg/commands/commit_file.go
@@ -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}
}