mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 15:50:56 +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 {
|
for _, k := range keys {
|
||||||
if v, ok := tmpData[k]; ok {
|
if v, ok := tmpData[k]; ok {
|
||||||
switch v.(type) {
|
switch v.(type) {
|
||||||
|
|
||||||
case map[string]interface{}:
|
case map[string]interface{}:
|
||||||
{
|
{
|
||||||
tmpData = v.(map[string]interface{})
|
tmpData = v.(map[string]interface{})
|
||||||
|
Loading…
Reference in New Issue
Block a user