minfix
This commit is contained in:
parent
9f1d2923ba
commit
274d8af1f7
|
@ -64,8 +64,6 @@ func Load(path string) (ConfigurationFormat, error) {
|
|||
|
||||
func loadFromExtension(ext string) ConfigurationFormat {
|
||||
|
||||
var confFormat ConfigurationFormat
|
||||
|
||||
// select configuration or fail if not known
|
||||
switch ext {
|
||||
case "json":
|
||||
|
|
Loading…
Reference in New Issue