1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00

Remove error object that I no longer use

This commit is contained in:
Kemal Zebari 2024-10-25 23:34:25 -07:00
parent b8802097af
commit f2e114e5cf

View File

@ -8,8 +8,6 @@ import (
"net/mail"
)
var ErrInvalidCommitTrailerValueSyntax = errors.New("syntax error occurred while parsing a commit trailer value")
// ParseCommitTrailerValueWithAuthor parses a commit trailer value that contains author data.
// Note that it only parses the value and does not consider the trailer key i.e. we just
// parse something like the following: