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:
parent
b9c6802d09
commit
9a4cc1ce4a
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user