Skip to content

Commit

Permalink
Merge pull request #226 from ningmingxiao/dev1
Browse files Browse the repository at this point in the history
delete useless code
  • Loading branch information
ulyssessouza authored Feb 17, 2022
2 parents 7db19b7 + e85d5b2 commit c0414f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ func loadSections(filename string, config map[string]interface{}, configDetails
if len(extensions) > 0 {
cfg.Extensions = extensions
}
if err != nil {
return nil, err
}

return &cfg, nil
}

Expand Down

0 comments on commit c0414f6

Please sign in to comment.