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:
parent
ea4099918d
commit
99953fa21c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user