Whitespace

This commit is contained in:
Bjorn Brala 2016-10-08 16:44:24 +02:00
parent debe50957b
commit 7b03bf335b
1 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@ module VagrantPlugins
if %w{.vhd .vhdx}.include?(f.extname.downcase)
image_path = f
image_ext = f.extname.downcase
image_filename = File.basename(f,image_ext)
image_filename = File.basename(f, image_ext)
break
end
end