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:
parent
b8802097af
commit
f2e114e5cf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user