mirror of https://github.com/helm/helm
Replace sb.WriteString(fmt.Sprintf(...)) with fmt.Fprintf(&sb, ...) to follow staticcheck QF1012 recommendation. This is more efficient as it avoids creating an intermediate string. Signed-off-by: kimsm28 <sm28.kim@samsung.com>
parent
284e6647e9
commit
07001b1467
Loading…
Reference in new issue