mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	format with gofumpt (#18184)
* gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
This commit is contained in:
		| @@ -24,7 +24,6 @@ import ( | ||||
|  | ||||
| // CreateCodeComment creates a comment on the code line | ||||
| func CreateCodeComment(ctx context.Context, doer *user_model.User, gitRepo *git.Repository, issue *models.Issue, line int64, content, treePath string, isReview bool, replyReviewID int64, latestCommitID string) (*models.Comment, error) { | ||||
|  | ||||
| 	var ( | ||||
| 		existsReview bool | ||||
| 		err          error | ||||
|   | ||||
		Reference in New Issue
	
	Block a user