diff --git a/job.go b/job.go index 74a9518..7e04bb5 100644 --- a/job.go +++ b/job.go @@ -1597,7 +1597,7 @@ func jobGWithdraw(j Job) { } } - msg := fmt.Sprintf("To validate @%s withdrawal of%s\nClick /withdraw_%s", user.Username, stock, string(ref)) + msg := fmt.Sprintf("To validate @%s withdrawal of%s\nClick /withdraw_%s", user.Username, stock, string(ref)) cmd := TGCommand{ Type: commandReplyMsg,