From f153cc5c8057191cc894f6fec01c931bb6db84bc Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 8 Aug 2020 12:14:47 +0200 Subject: [PATCH] fix --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index e051721..fa2972f 100644 --- a/job.go +++ b/job.go @@ -2773,7 +2773,7 @@ func jobVaultValOth(j Job) { total += float64(v.Quantity) * v.Price } - out = fmt.Sprintf("Total value : %f", total) + out = fmt.Sprintf("%sTotal value : %f", out, total) c := TGCommand{ Type: commandReplyMsg,