about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index dd90356..40991b3 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -69,7 +69,6 @@ class Start < GemPlugin::Plugin "/commands"
       :user => @user, :group => @group, :prefix => @prefix
     }
 
-
     if @generate
       STDERR.puts "** Writing config to #@generate"
       open(@generate, "w") {|f| f.write(settings.to_yaml) }