Skip to content

Commit

Permalink
Fix mixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Jul 18, 2022
1 parent 3632c15 commit 7845be3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
{
"admins": {{ matrix_homeserver_admin_contacts|to_json }}
{% if matrix_homeserver_support_url %},
"support_page": "{{ matrix_homeserver_support_url|to_json }}"
{% endif %}
{% if matrix_homeserver_support_url %},
"support_page": "{{ matrix_homeserver_support_url|to_json }}"
{% endif %}
}

0 comments on commit 7845be3

Please sign in to comment.