Skip to content

Commit e77eec3

Browse files
committed
Fix indentation
1 parent 2787bb9 commit e77eec3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webapp/templates/team/languages.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</span>
2424
</h2>
2525
{% if limited %}
26-
<span class="output_test" style="">
27-
{% for problem in problems %}
28-
{{ problem | problemBadge }}
29-
{% endfor %}
30-
</span>
26+
<span class="output_test">
27+
{% for problem in problems %}
28+
{{ problem | problemBadge }}
29+
{% endfor %}
30+
</span>
3131
{% endif %}
3232
</div>
3333
{% if lang.compilerVersion and lang.compilerVersionCommand %}

0 commit comments

Comments
 (0)