mirror of
https://github.com/spf13/viper
synced 2025-05-15 08:37:19 +00:00
Update README.md
convert tab to space in line 738
This commit is contained in:
parent
eb876e1a15
commit
a02f8c72d4
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ v.SetDefault("chart::values", map[string]interface{}{
|
||||||
})
|
})
|
||||||
|
|
||||||
type config struct {
|
type config struct {
|
||||||
Chart struct{
|
Chart struct{
|
||||||
Values map[string]interface{}
|
Values map[string]interface{}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue