1
0
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:
Tino Vázquez 2023-01-24 11:37:52 +01:00
parent 65f34251dc
commit 2ee4a31f39
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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