diff --git a/Vagrantfile b/Vagrantfile
index 40109f9b377839a7b0b2fed7c74ccaae94cc6721..800a6d8958f0483e5cbb66de7c78655189abb0e4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -122,7 +122,7 @@ Vagrant.configure("2") do |config|
       }
 
       config.vm.network :private_network, ip: ip
-      
+
       # workaround for Vagrant 1.9.1 and centos vm
       # https://github.com/hashicorp/vagrant/issues/8096
       if Vagrant::VERSION == "1.9.1" && $os == "centos"