Revert "Fix alignment of initializer"

Refers to issues #6276, #5973 and #5936

This reverts commit 27d7518636.
This commit is contained in:
Jurnell Cockhren 2015-10-08 14:00:38 -05:00
parent be58cc0589
commit 70e9079449
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module VagrantPlugins
@install_args = nil if @install_args == UNSET_VALUE
@install_master = nil if @install_master == UNSET_VALUE
@install_syndic = nil if @install_syndic == UNSET_VALUE
@install_command = nil if @install_command == UNSET_VALUE
@install_command = nil if @install_command == UNSET_VALUE
@no_minion = nil if @no_minion == UNSET_VALUE
@bootstrap_options = nil if @bootstrap_options == UNSET_VALUE
@config_dir = nil if @config_dir == UNSET_VALUE