From 97d3b4033924e34a9aaed34579f633eced104c9b Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Wed, 5 Apr 2017 15:15:52 +0300 Subject: [PATCH] [formatters] remove redundant blank line in console template --- gixy/formatters/templates/console.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/gixy/formatters/templates/console.j2 b/gixy/formatters/templates/console.j2 index caf341d..067f4ed 100644 --- a/gixy/formatters/templates/console.j2 +++ b/gixy/formatters/templates/console.j2 @@ -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.