1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

CI feedback

This commit is contained in:
Kemal Zebari 2024-05-09 13:52:11 -07:00
parent ea4099918d
commit 99953fa21c

View File

@ -220,7 +220,7 @@ func getExtendedCommitStats(repo *git.Repository, revision string /*, limit int
return extendedCommitStats, nil
}
var errSyntax error = errors.New("syntax error occurred")
var errSyntax = errors.New("syntax error occurred")
func parseCoAuthorTrailerValue(value string) (email, name string, err error) {
value = strings.TrimSpace(value)