Explorar el Código

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] hace 1 mes
padre
commit
bfc0f9c048
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,