Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Removed unecessary trailing whitespaces.
Browse files Browse the repository at this point in the history
Noise on git diff if/when text editors remove them automatically, so might as well proactively remove them.
  • Loading branch information
marccarre committed Feb 13, 2017
1 parent 32d44e0 commit 3ce8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network "private_network", ip: vm_ip
config.vm.provider :virtualbox do |vb|
vb.memory = 2048
configure_nat_dns(vb)
configure_nat_dns(vb)
end

# Disable default Vagrant shared folder, which we don't need:
Expand Down

0 comments on commit 3ce8aec

Please sign in to comment.