mirror of
https://github.com/spf13/viper
synced 2024-12-23 03:57:01 +00:00
Fix code formatting in README
This commit is contained in:
parent
62edee3196
commit
b3807f4150
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue