1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

L #-: Adjust unneeded spacing

(cherry picked from commit 350ad5427092849326bc63b00680199a57f9ac85)
This commit is contained in:
Tino Vazquez 2022-07-11 12:00:45 +02:00
parent 7eec6f9501
commit 18f26d4fc9
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -654,7 +654,7 @@ module OpenNebula::MarketPlaceAppExt
:notemplate => options[:notemplate]
)
image = rc[:image].first if rc[:image]
image = rc[:image].first if rc[:image]
break image if OpenNebula.is_error?(image)
vmtemplate = rc[:vmtemplate].first if rc[:vmtemplate]