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

L #-: Remove trailing space

(cherry picked from commit 4e52864586)
This commit is contained in:
Tino Vazquez 2019-08-22 14:21:36 +02:00
parent 244a5ee737
commit c54a8400ad
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -66,7 +66,7 @@ module VirtualMachineMonitor
guest_ip_addresses = []
unless self['guest.net'].empty?
self['guest.net'].each do |net|
next unless net.ipConfig
next unless net.ipConfig
next if net.ipConfig.ipAddress.empty?
net.ipConfig.ipAddress.each do |ip|