Whitespace, again.

This commit is contained in:
Ralph Bean 2014-12-12 17:03:28 +00:00
parent 44def7be49
commit 5f71682fcd

View file

@ -1,7 +1,9 @@
{
{% if env == "staging" %}
"authority": "id.stg.fedoraproject.org"
"authority": "id.stg.fedoraproject.org"
{% else %}
"authority": "id.fedoraproject.org"
"authority": "id.fedoraproject.org"
{% endif %}
}