ソースを参照

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 週間 前
コミット
bfc0f9c048
1 ファイル変更1 行追加1 行削除
  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,