[formatters] remove redundant blank line in console template

pull/9/head
Andrew Krasichkov 2017-04-05 15:15:52 +03:00
parent 7f5721fe0e
commit 97d3b40339
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{% set colors = {'DEF': '\033[0m', 'TITLE': '\033[95m', 'UNSPECIFIED': '\033[0m', 'LOW': '\033[94m', 'MEDIUM': '\033[93m', 'HIGH': '\033[91m'} %} {% 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'] }} {{ colors['TITLE'] }}==================== Results ==================={{ colors['DEF'] }}
{% if not issues %} {% if not issues %}
No issues found. No issues found.