mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-13 00:16:07 +02:00
fix: align var block formatting
This commit is contained in:
parent
f492c92d6d
commit
95fafbf918
@ -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