Update README.md

convert tab to space in line 738
This commit is contained in:
ZhengHe 2021-09-13 22:16:48 +08:00 committed by GitHub
parent eb876e1a15
commit a02f8c72d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -735,7 +735,7 @@ v.SetDefault("chart::values", map[string]interface{}{
})
type config struct {
Chart struct{
Chart struct{
Values map[string]interface{}
}
}