Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Nov 22, 2019
1 parent a695640 commit 02a7e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/notification/base/null.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ func (*NullNotifier) NotifyRenameRepository(doer *models.User, repo *models.Repo
func (*NullNotifier) NotifyTransferRepository(doer *models.User, repo *models.Repository, oldOwnerName string) {
}

// NotifyTransferRepository places a place holder function
// NotifySyncPushCommits places a place holder function
func (*NullNotifier) NotifySyncPushCommits(pusher *models.User, repo *models.Repository, refName, oldCommitID, newCommitID string, commits *models.PushCommits) {
}

// NotifyTransferRepository places a place holder function
// NotifySyncCreateRef places a place holder function
func (*NullNotifier) NotifySyncCreateRef(doer *models.User, repo *models.Repository, refType, refFullName string) {
}

// NotifyTransferRepository places a place holder function
// NotifySyncDeleteRef places a place holder function
func (*NullNotifier) NotifySyncDeleteRef(doer *models.User, repo *models.Repository, refType, refFullName string) {
}

0 comments on commit 02a7e91

Please sign in to comment.