From 9a4cc1ce4a5c70d3fd27920a5d52a22fa918274c Mon Sep 17 00:00:00 2001 From: yuvrajangadsingh Date: Sun, 8 Mar 2026 15:27:17 +0530 Subject: [PATCH] fix: align var block formatting --- routers/web/repo/commit_comment.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routers/web/repo/commit_comment.go b/routers/web/repo/commit_comment.go index fbf1d86460..9b906064f0 100644 --- a/routers/web/repo/commit_comment.go +++ b/routers/web/repo/commit_comment.go @@ -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.