1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-25 08:59:31 -05:00

Fix typo in unused constant name

This commit is contained in:
Sandro Santilli 2016-11-07 12:52:55 +01:00
parent 145ab5c89a
commit 30be1f4826

View file

@ -27,7 +27,7 @@ type PullRequestType int
const ( const (
PULL_REQUEST_GITEA PullRequestType = iota PULL_REQUEST_GITEA PullRequestType = iota
PLLL_ERQUEST_GIT PULL_REQUEST_GIT
) )
type PullRequestStatus int type PullRequestStatus int