mirror of
https://github.com/grdl/git-get.git
synced 2026-02-11 16:58:59 +00:00
Fix issues found by wsl linter
This commit is contained in:
@@ -23,6 +23,7 @@ func List(c *ListCfg) error {
|
||||
}
|
||||
|
||||
statuses := finder.LoadAll(c.Fetch)
|
||||
|
||||
printables := make([]print.Printable, len(statuses))
|
||||
for i := range statuses {
|
||||
printables[i] = statuses[i]
|
||||
|
||||
Reference in New Issue
Block a user