mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-03 02:00:24 +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