From bd4181eb152e9191cffbe0679c70381d7652a728 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 20 May 2020 10:44:14 -0700 Subject: [PATCH] Remove whitespace --- plugins/kernel_v2/config/vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index 088790dfc..b167ab270 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -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}")