mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 22:39:41 +00:00
Fix issues found by nlreturn linter
This commit is contained in:
@@ -65,6 +65,7 @@ func (r *Repo) loadBranches() (map[string]string, []error) {
|
||||
branches, err := r.Branches()
|
||||
if err != nil {
|
||||
errors = append(errors, err)
|
||||
|
||||
return statuses, errors
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user