fix missing brace

This commit is contained in:
Nick Ethier
2019-05-15 13:02:04 -04:00
parent ea843a507a
commit 5709bf7b54

View File

@@ -194,7 +194,7 @@ func evenSpreadScoreBoost(pset *propertySet, option *structs.Node) float64 {
for _, value := range combinedUseMap {
if minCount == 0 || value < minCount {
minCount = value
}
if maxCount == 0 || value > maxCount {
maxCount = value
}