Update yaml.go

delete white line.
This commit is contained in:
umasuo 2018-04-20 19:44:22 +08:00 committed by GitHub
parent ba89253e4a
commit ccaa2dd9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ func (c *ConfigContainer) getData(key string) (interface{}, error) {
for _, k := range keys {
if v, ok := tmpData[k]; ok {
switch v.(type) {
case map[string]interface{}:
{
tmpData = v.(map[string]interface{})