mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-28 14:45:49 +08:00
ci: Use gofumpt to format code (#5707)
This commit is contained in:
@ -200,7 +200,7 @@ func cmdExportStorage(fl Flags) (int, error) {
|
||||
|
||||
hdr := &tar.Header{
|
||||
Name: k,
|
||||
Mode: 0600,
|
||||
Mode: 0o600,
|
||||
Size: int64(len(v)),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user