mirror of https://github.com/yandex/gixy
[formatters] remove redundant blank line in console template
parent
7f5721fe0e
commit
97d3b40339
|
@ -1,6 +1,5 @@
|
|||
{% set colors = {'DEF': '\033[0m', 'TITLE': '\033[95m', 'UNSPECIFIED': '\033[0m', 'LOW': '\033[94m', 'MEDIUM': '\033[93m', 'HIGH': '\033[91m'} %}
|
||||
|
||||
|
||||
{{ colors['TITLE'] }}==================== Results ==================={{ colors['DEF'] }}
|
||||
{% if not issues %}
|
||||
No issues found.
|
||||
|
|
Loading…
Reference in New Issue