Remove whitespaces
This commit is contained in:
parent
bc0a9c8f89
commit
e2ad0cbb81
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class ApplicationController < ActionController::Base
|
||||||
|
|
||||||
def set_diaspora_header
|
def set_diaspora_header
|
||||||
headers['X-Diaspora-Version'] = AppConfig.version_string
|
headers['X-Diaspora-Version'] = AppConfig.version_string
|
||||||
|
|
||||||
if AppConfig.git_available?
|
if AppConfig.git_available?
|
||||||
headers['X-Git-Update'] = AppConfig.git_update if AppConfig.git_update.present?
|
headers['X-Git-Update'] = AppConfig.git_update if AppConfig.git_update.present?
|
||||||
headers['X-Git-Revision'] = AppConfig.git_revision if AppConfig.git_revision.present?
|
headers['X-Git-Revision'] = AppConfig.git_revision if AppConfig.git_revision.present?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue