Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Caudill <scaudill@gmail.com>2010-09-25 20:06:39 +0400
committerStephen Caudill <scaudill@gmail.com>2010-09-25 20:06:39 +0400
commit536cea5e44ccafffc06d9cf887ac703f49db15f3 (patch)
tree0d40cb711aad50d7a0f4f5daff924001c28c0380 /config/environment.rb
parent821643deb9f5c648f2d33d9a3c3ff5613bcd9320 (diff)
Remove consecutive empty lines
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 385a96651..5bde8792b 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -2,8 +2,6 @@
# licensed under the Affero General Public License version 3. See
# the COPYRIGHT file.
-
-
# Load the rails application
require File.expand_path('../application', __FILE__)
Haml::Template.options[:format] = :html5
@@ -11,4 +9,3 @@ Haml::Template.options[:escape_html] = true
# Initialize the rails application
Diaspora::Application.initialize!
-