Skip to content

Commit

Permalink
rubocop warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alizapeikes committed Oct 19, 2022
1 parent 2e8656c commit 528dac2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def allowed_cloud_volumes(_options = {})

def allowed_placement_groups(_options = {})
return {} if ar_ems.nil?

ar_ems.placement_groups.to_h { |group| [group.ems_ref, "#{group.policy}: #{group.name}"] }
end

Expand Down

0 comments on commit 528dac2

Please sign in to comment.