Skip to content

Commit 8f87595

Browse files
committed
Fix lint-backend issues
1 parent bd55411 commit 8f87595

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/notification/mirror/mirror.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2022 The Gitea Authors. All rights reserved.
2+
// Use of this source code is governed by a MIT-style
3+
// license that can be found in the LICENSE file.
4+
15
package mirror
26

37
import (
@@ -40,5 +44,4 @@ func (m *mirrorNotifier) NotifyPushCommits(pusher *user_model.User, repo *repo_m
4044
pushmirror_service.SyncPushMirror(ctx, mirror.ID)
4145
}
4246
}
43-
return
4447
}

0 commit comments

Comments
 (0)