Remove extra \n, system tests. #217

This commit is contained in:
Andrey Smirnov
2015-03-11 01:22:49 +03:00
parent aa9d3360ba
commit 2ceabb69e6
4 changed files with 110 additions and 1 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ func aptlyDbCleanup(cmd *commander.Command, args []string) error {
if verbose {
context.Progress().ColoredPrintf("@{r}List of package keys to delete:@|")
err = toDelete.ForEach(func(ref []byte) error {
context.Progress().ColoredPrintf(" - @{r}%s@|\n", string(ref))
context.Progress().ColoredPrintf(" - @{r}%s@|", string(ref))
return nil
})
if err != nil {