Remove whitespaces

This commit is contained in:
Marcelo Dominguez 2013-03-03 23:10:31 -02:00
parent bc0a9c8f89
commit e2ad0cbb81

View file

@ -65,7 +65,7 @@ class ApplicationController < ActionController::Base
def set_diaspora_header
headers['X-Diaspora-Version'] = AppConfig.version_string
if AppConfig.git_available?
headers['X-Git-Update'] = AppConfig.git_update if AppConfig.git_update.present?
headers['X-Git-Revision'] = AppConfig.git_revision if AppConfig.git_revision.present?