mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-05-21 08:33:19 +00:00
This is a very minor refactor to use a var declaration for the reason variable. A var declaration is being used because the zero value for strings is an empty string. https://golang.org/ref/spec#The_zero_value