chore(style): fix format by gofumpt

This commit is contained in:
Bo-Yi Wu
2021-01-23 09:39:06 +08:00
parent d32ca7f015
commit d77e7fe4f2
19 changed files with 48 additions and 74 deletions

View File

@@ -253,7 +253,6 @@ func LoadConf(confPath string) (ConfYaml, error) {
if confPath != "" {
content, err := ioutil.ReadFile(confPath)
if err != nil {
return conf, err
}