mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-27 05:10:23 +00:00
The fmt.Sprintf call is either redundant (if the format string contains no format characters) or broken (if it does, because there are no parameters).