Fix format error (#27963)

mj-develop
Lunny Xiao 6 months ago committed by GitHub
parent f48a863b99
commit 69d98f83f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -850,7 +850,7 @@ func getRefName(ctx *Base, repo *Repository, pathType RepoRefType) string {
return getRefNameFromPath(ctx, repo, path, func(s string) bool {
b, exist, err := git_model.FindRenamedBranch(ctx, repo.Repository.ID, s)
if err != nil {
log.Error("FindRenamedBranch", err)
log.Error("FindRenamedBranch: %v", err)
return false
}

Loading…
Cancel
Save