Fix alignment of initializer

This commit is contained in:
William Kral 2015-07-11 10:40:17 -07:00
parent ccd7354665
commit 27d7518636
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module VagrantPlugins
@install_args = nil if @install_args == UNSET_VALUE @install_args = nil if @install_args == UNSET_VALUE
@install_master = nil if @install_master == UNSET_VALUE @install_master = nil if @install_master == UNSET_VALUE
@install_syndic = nil if @install_syndic == 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 @no_minion = nil if @no_minion == UNSET_VALUE
@bootstrap_options = nil if @bootstrap_options == UNSET_VALUE @bootstrap_options = nil if @bootstrap_options == UNSET_VALUE
@config_dir = nil if @config_dir == UNSET_VALUE @config_dir = nil if @config_dir == UNSET_VALUE