Skip to content

Commit 55c4ec6

Browse files
committed
placate lint
Signed-off-by: Andrew Thornton <[email protected]>
1 parent c5bdfef commit 55c4ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/htmlrenderer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func HTMLRenderer(ctx context.Context) (context.Context, *render.Render) {
3030
if !setting.IsProd {
3131
rendererType = "auto-reloading"
3232
}
33-
log.Log(1, log.DEBUG, "Creating " + rendererType + " HTML Renderer")
33+
log.Log(1, log.DEBUG, "Creating "+rendererType+" HTML Renderer")
3434

3535
renderer := render.New(render.Options{
3636
Extensions: []string{".tmpl"},

0 commit comments

Comments
 (0)