Browse Source

fmt

pull/30707/head
silverwind 1 week ago
parent
commit
34c6e6f4b3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      routers/web/repo/editor.go

+ 1
- 1
routers/web/repo/editor.go View File

@@ -420,7 +420,7 @@ func DiffPreviewPost(ctx *context.Context) {
}

if diff.NumFiles == 0 {
ctx.PlainText(http.StatusOK, `<div class="tw-p-6">` + ctx.Locale.TrString("repo.editor.no_changes_to_show") + `</div>`)
ctx.PlainText(http.StatusOK, `<div class="tw-p-6">`+ctx.Locale.TrString("repo.editor.no_changes_to_show")+`</div>`)
return
}
ctx.Data["File"] = diff.Files[0]

Loading…
Cancel
Save