From 321834de4c9ca2db214e052c3d859636626cc3b3 Mon Sep 17 00:00:00 2001 From: nycex Date: Sun, 7 Jun 2020 14:29:47 +0200 Subject: [PATCH] remove percent from popularity --- print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print.go b/print.go index adeda484..3ace8db0 100644 --- a/print.go +++ b/print.go @@ -85,7 +85,7 @@ func (q aurQuery) printSearch(start int) { toprint += bold(colorHash("aur")) + "/" + bold(q[i].Name) + " " + cyan(q[i].Version) + bold(" (+"+strconv.Itoa(q[i].NumVotes)) + - " " + bold(strconv.FormatFloat(q[i].Popularity, 'f', 2, 64)+"%) ") + " " + bold(strconv.FormatFloat(q[i].Popularity, 'f', 2, 64)+") ") if q[i].Maintainer == "" { toprint += bold(red(gotext.Get("(Orphaned)"))) + " "