Skip to content

Commit

Permalink
Fix rubocop errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-cheung committed Mar 11, 2015
1 parent 84c6bd7 commit a18eb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cloud_monitoring.rb
Expand Up @@ -116,7 +116,7 @@ def get_entity_by_label(label)

def get_entity_by_ip(ip_address)
possible = {}
view.each do | x |
view.each do |x|
unless x[1].ip_addresses.nil?
possible = x[1] if x[1].ip_addresses.value?(ip_address)
end
Expand Down

0 comments on commit a18eb6b

Please sign in to comment.