Remove whitespace

This commit is contained in:
Brian Cain 2020-05-20 10:44:14 -07:00
parent 1e1d65f81c
commit bd4181eb15
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -726,7 +726,7 @@ module VagrantPlugins
end
box_download_options.each do |k, v|
# If the value is truthy and
# If the value is truthy and
# if `box_extra_download_options` does not include the key
# then the conversion to extra download options produced an error
if v && !box_extra_download_options.include?("--#{k}")