mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-04 03:00:47 +08:00
ci: Use gofumpt to format code (#5707)
This commit is contained in:
@ -522,5 +522,7 @@ var streamingBufPool = sync.Pool{
|
||||
},
|
||||
}
|
||||
|
||||
const defaultBufferSize = 32 * 1024
|
||||
const wordSize = int(unsafe.Sizeof(uintptr(0)))
|
||||
const (
|
||||
defaultBufferSize = 32 * 1024
|
||||
wordSize = int(unsafe.Sizeof(uintptr(0)))
|
||||
)
|
||||
|
Reference in New Issue
Block a user