1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

L #-: Adjust unneeded spacing

(cherry picked from commit 350ad54270)
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] :notemplate => options[:notemplate]
) )
image = rc[:image].first if rc[:image] image = rc[:image].first if rc[:image]
break image if OpenNebula.is_error?(image) break image if OpenNebula.is_error?(image)
vmtemplate = rc[:vmtemplate].first if rc[:vmtemplate] vmtemplate = rc[:vmtemplate].first if rc[:vmtemplate]