summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_files.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-11-15 10:45:55 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-30 21:57:00 +1100
commit45939171ea6537562270975348fe2919c9c60b95 (patch)
treeb9c4138c32b54577a3d6f17acdc0f4132c2ebc9e /pkg/commands/loading_files.go
parent049849264e561d2867d0d94940b1f66dcac77e6b (diff)
WIP
start moving to new interface WIP WIP WIP WIP WIP
Diffstat (limited to 'pkg/commands/loading_files.go')
-rw-r--r--pkg/commands/loading_files.go1
1 files changed, 1 insertions, 0 deletions
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
}