소스 검색

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,