fix lint
This commit is contained in:
parent
5a61d42a64
commit
796805c77b
|
@ -111,13 +111,13 @@ func (r *actionNotifier) NotifyIssueChangeLabels(doer *models.User, issue *model
|
|||
addedLabels []*models.Label, removedLabels []*models.Label) {
|
||||
}
|
||||
|
||||
func (w *actionNotifier) NotifyCreateRepository(doer *models.User, u *models.User, repo *models.Repository) {
|
||||
func (r *actionNotifier) NotifyCreateRepository(doer *models.User, u *models.User, repo *models.Repository) {
|
||||
if err := models.NewRepoAction(doer, repo); err != nil {
|
||||
log.Error(4, "NewRepoAction [%d]: %v", repo.ID, err)
|
||||
}
|
||||
}
|
||||
|
||||
func (w *actionNotifier) NotifyMigrateRepository(doer *models.User, u *models.User, repo *models.Repository) {
|
||||
func (r *actionNotifier) NotifyMigrateRepository(doer *models.User, u *models.User, repo *models.Repository) {
|
||||
if err := models.NewRepoAction(doer, repo); err != nil {
|
||||
log.Error(4, "NewRepoAction [%d]: %v", repo.ID, err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user