From 1ad9c6faac18d5a683d631452e6a8f8f9c88b9da Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 11 Mar 2019 09:28:47 +1100 Subject: minor cleanup --- pkg/commands/commit_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/commands') 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} } -- cgit v1.2.3