From 130a602e9b303738428675ceafaf451970e654d0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 16 Dec 2012 10:40:12 -0800 Subject: [PATCH] Style nitpick --- lib/vagrant/plugin/v2/plugin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/vagrant/plugin/v2/plugin.rb b/lib/vagrant/plugin/v2/plugin.rb index 4a680734c..26134572b 100644 --- a/lib/vagrant/plugin/v2/plugin.rb +++ b/lib/vagrant/plugin/v2/plugin.rb @@ -1,6 +1,7 @@ -require "log4r" require "set" +require "log4r" + module Vagrant module Plugin module V2