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

L #-: Fix indentation

This commit is contained in:
Tino Vázquez 2022-11-23 19:01:17 +01:00
parent 6191ac0635
commit b2eb5555b1
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -337,7 +337,7 @@ begin
ENV['http_proxy'] = arg
end
end
rescue Exception => e
rescue
exit(-1)
end
@ -345,4 +345,3 @@ mp_driver = MarketPlaceDriver.new(mp_type,
:concurrency => threads,
:timeout => timeout)
mp_driver.start_driver