[yast-commit] <rest-service> master : remove space before argument parentheses
ref: refs/heads/master commit 41b6f1c66fedefa925cdfad401a97e7dc1376246 Author: J. Daniel Schmidt <jdsn@suse.de> Date: Thu Oct 29 13:11:31 2009 +0100 remove space before argument parentheses --- .../registration/configuration_controller.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/registration/app/controllers/registration/configuration_controller.rb b/plugins/registration/app/controllers/registration/configuration_controller.rb index 3793cdc..977af01 100644 --- a/plugins/registration/app/controllers/registration/configuration_controller.rb +++ b/plugins/registration/app/controllers/registration/configuration_controller.rb @@ -37,7 +37,7 @@ class Registration::ConfigurationController < ApplicationController @register = Register.new @register.registrationserver = newurl if newurl @register.certificate = newca if newca - @register.save || raise ("Error: Could not save the new registration configuration.") + @register.save || raise("Error: Could not save the new registration configuration.") render :show end -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
J.Daniel Schmidt