Skip to content

Commit

Permalink
more lint related cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Leonovitch authored and Stuart Paterson committed Sep 21, 2018
1 parent 8389210 commit 8b83ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/google_compute_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def metadata_keys
def metadata_values
return [] if !defined?(metadata)
metadata.item[:items].map { |m| m[:value] }

end

def metadata_value_by_key(metadata_key)
Expand Down

0 comments on commit 8b83ca4

Please sign in to comment.