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

L #-: Adjust unneeded spacing

This commit is contained in:
Tino Vazquez 2022-07-11 12:00:45 +02:00
parent db35b0764a
commit 350ad54270
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]