Skip to content

Commit 1e78855

Browse files
author
Gitea
committed
Fix gofmt
1 parent e60eeb0 commit 1e78855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/mirror/mirror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ func syncMirror(repoID string) {
450450
}
451451
commitID, err := gitRepo.GetRefCommitID(result.refName)
452452
if err != nil {
453-
log.Error("gitRepo.GetRefCommitID [repo_id: %s, ref_name: %s]: %v", m.RepoID, result.refName, err)
453+
log.Error("gitRepo.GetRefCommitID [repo_id: %s, ref_name: %s]: %v", m.RepoID, result.refName, err)
454454
continue
455455
}
456456
notification.NotifySyncPushCommits(m.Repo.MustOwner(), m.Repo, &repo_module.PushUpdateOptions{

0 commit comments

Comments
 (0)