mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix a small nit (#13187)
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
		@@ -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
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user