mirror of https://github.com/spf13/viper.git
Fix code formatting in README
This commit is contained in:
parent
62edee3196
commit
b3807f4150
|
@ -624,11 +624,11 @@ import (
|
|||
)
|
||||
|
||||
func yamlStringSettings() string {
|
||||
c := viper.AllSettings()
|
||||
c := viper.AllSettings()
|
||||
bs, err := yaml.Marshal(c)
|
||||
if err != nil {
|
||||
t.Fatalf("unable to marshal config to YAML: %v", err)
|
||||
}
|
||||
t.Fatalf("unable to marshal config to YAML: %v", err)
|
||||
}
|
||||
return string(bs)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue