From 6187fd24973726be7af43e022e4b94c31fd514d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Thu, 25 Apr 2013 17:32:14 +0100 Subject: [PATCH] Fix trailing new line in the every entry in the list command. --- templates/tree-branch.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tree-branch.mustache b/templates/tree-branch.mustache index 0844fd88d..a56b74f8d 100644 --- a/templates/tree-branch.mustache +++ b/templates/tree-branch.mustache @@ -1 +1 @@ -{{#version}}{{#cyan}}{{{package}}}{{/cyan}}#{{{version}}}{{/version}}{{^version}}{{#yellow}}{{{package}}} - unknown version{{/yellow}}{{/version}}{{#upgrade}} ({{{upgrade}}} now available){{/upgrade}} +{{#version}}{{#cyan}}{{{package}}}{{/cyan}}#{{{version}}}{{/version}}{{^version}}{{#yellow}}{{{package}}} - unknown version{{/yellow}}{{/version}}{{#upgrade}} ({{{upgrade}}} now available){{/upgrade}} \ No newline at end of file