mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-20 09:49:55 -04:00
Style: format code by gofumpt (#1022)
This commit is contained in:
@@ -55,7 +55,7 @@ func CopyFile(dst string, src string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
f, err := os.OpenFile(dst, os.O_CREATE|os.O_WRONLY, 0644)
|
||||
f, err := os.OpenFile(dst, os.O_CREATE|os.O_WRONLY, 0o644)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user