Fix lint and format code in adapter/config dir

This commit is contained in:
loyalsoldier
2021-06-05 11:14:50 +08:00
parent fb4c91fd76
commit 1db0588770
6 changed files with 1 additions and 10 deletions

View File

@@ -23,7 +23,6 @@ import (
)
func TestYaml(t *testing.T) {
var (
yamlcontext = `
"appname": beeapi
@@ -112,5 +111,4 @@ func TestYaml(t *testing.T) {
if yamlconf.String("name") != "astaxie" {
t.Fatal("get name error")
}
}