From a02f8c72d4b206363c9138719a157055eddc8204 Mon Sep 17 00:00:00 2001 From: ZhengHe Date: Mon, 13 Sep 2021 22:16:48 +0800 Subject: [PATCH] Update README.md convert tab to space in line 738 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97654df..89ae944 100644 --- a/README.md +++ b/README.md @@ -735,7 +735,7 @@ v.SetDefault("chart::values", map[string]interface{}{ }) type config struct { - Chart struct{ + Chart struct{ Values map[string]interface{} } }