From 45939171ea6537562270975348fe2919c9c60b95 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 15 Nov 2020 10:45:55 +1100 Subject: WIP start moving to new interface WIP WIP WIP WIP WIP --- pkg/commands/loading_files.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/commands/loading_files.go') diff --git a/pkg/commands/loading_files.go b/pkg/commands/loading_files.go index f2a285f58..411c0251a 100644 --- a/pkg/commands/loading_files.go +++ b/pkg/commands/loading_files.go @@ -58,6 +58,7 @@ func (c *GitCommand) GetStatusFiles(opts GetStatusFileOptions) []*models.File { } files = append(files, file) } + return files } -- cgit v1.2.3