From dbd18e752ee893fd5b253e61a95ca489e11e881c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 21 Dec 2010 20:07:57 -0800 Subject: [PATCH] Whitespace changes --- lib/vagrant/provisioners/puppet.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/provisioners/puppet.rb b/lib/vagrant/provisioners/puppet.rb index 153da981d..a3fa9e2d1 100644 --- a/lib/vagrant/provisioners/puppet.rb +++ b/lib/vagrant/provisioners/puppet.rb @@ -22,7 +22,6 @@ module Vagrant end class Puppet < Base - def prepare check_manifest_dir share_manifests @@ -81,7 +80,6 @@ module Vagrant end end end - end end end