0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-14 17:54:39 +02:00

fix: align var block formatting

This commit is contained in:
yuvrajangadsingh 2026-03-08 15:27:17 +05:30
parent b9c6802d09
commit 9a4cc1ce4a

View File

@ -18,8 +18,8 @@ import (
)
var (
tplNewCommitComment templates.TplName = "repo/diff/new_commit_comment"
tplCommitConversation templates.TplName = "repo/diff/commit_conversation"
tplNewCommitComment templates.TplName = "repo/diff/new_commit_comment"
tplCommitConversation templates.TplName = "repo/diff/commit_conversation"
)
// RenderNewCommitCommentForm renders the comment form for inline commit comments.