Pārlūkot izejas kodu

style: format code with Go fmt and Gofumpt

This commit fixes the style issues introduced in da641a8 according to the output
from Go fmt and Gofumpt.

Details: https://github.com/gogs/gogs/pull/8111
deepsource-autofix[bot] 2 nedēļas atpakaļ
vecāks
revīzija
bfc0f9c048
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      internal/context/context.go

+ 1 - 1
internal/context/context.go

@@ -301,7 +301,7 @@ func Contexter(store Store) flamego.Handler {
 				flash = f
 			}
 		}
-		
+
 		c := &Context{
 			Context:        fctx,
 			Template:       tpl,