mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:50:55 +00:00
Update yaml.go
delete white line.
This commit is contained in:
parent
ba89253e4a
commit
ccaa2dd9e0
@ -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{})
|
||||
|
Loading…
Reference in New Issue
Block a user