mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-19 06:50:07 +03:00
L #-: Remove unneeded parenthesis
This commit is contained in:
parent
65f34251dc
commit
2ee4a31f39
@ -1125,7 +1125,7 @@ module OpenNebula
|
||||
# Min is a hard limit, if the current cardinality + adjustment does
|
||||
# not reach it, the difference is added
|
||||
|
||||
max = [cardinality, max_cardinality.to_i].max()
|
||||
max = [cardinality, max_cardinality.to_i].max
|
||||
# min = [cardinality(), min_cardinality.to_i].min()
|
||||
min = min_cardinality.to_i
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user