Codebase list golang-github-vbauerster-mpb / 8e466b8
fix: FormatMsg Vladimir Bauer 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5959 }
6060
6161 func (d *countersDecorator) Decor(st *Statistics) string {
62 return d.producer(st)
62 return d.FormatMsg(d.producer(st))
6363 }
6464
6565 func chooseSizeProducer(unit int, format string) func(*Statistics) string {