mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-12 23:50:00 +08:00
fix a small nit (#13187)
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
parent
e9649b39ac
commit
1ba4a7ec16
@ -2003,7 +2003,7 @@ type ErrNotValidReviewRequest struct {
|
|||||||
|
|
||||||
// IsErrNotValidReviewRequest checks if an error is a ErrNotValidReviewRequest.
|
// IsErrNotValidReviewRequest checks if an error is a ErrNotValidReviewRequest.
|
||||||
func IsErrNotValidReviewRequest(err error) bool {
|
func IsErrNotValidReviewRequest(err error) bool {
|
||||||
_, ok := err.(ErrReviewNotExist)
|
_, ok := err.(ErrNotValidReviewRequest)
|
||||||
return ok
|
return ok
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user