Skip to content

Commit 02a7e91

Browse files
committed
fix lint
1 parent a695640 commit 02a7e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/notification/base/null.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ func (*NullNotifier) NotifyRenameRepository(doer *models.User, repo *models.Repo
131131
func (*NullNotifier) NotifyTransferRepository(doer *models.User, repo *models.Repository, oldOwnerName string) {
132132
}
133133

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

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

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

0 commit comments

Comments
 (0)