remove trailing whitespace

This commit is contained in:
Mathias Merscher 2019-03-10 14:41:05 +01:00 committed by Thomas Maurice
parent b2a6429823
commit 5e2f160441
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License
DISABLE_HTTP_GIT = {{ gitea_disable_http_git }}
; Value for Access-Control-Allow-Origin header, default is not to present
; WARNING: This maybe harmful to you website if you do not give it a right value.
ACCESS_CONTROL_ALLOW_ORIGIN =
ACCESS_CONTROL_ALLOW_ORIGIN =
; Force ssh:// clone url instead of scp-style uri when default SSH port is used
USE_COMPAT_SSH_URI = false
; Close issues as long as a commit on any branch marks it as fixed