pull/320/merge
guangwu 4 weeks ago committed by GitHub
commit 76633bc6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,7 @@ func (t *Table) Format() *Table {
}
if c.formatFn != nil {
r.strValues[j] = fmt.Sprintf("%s", c.formatFn(v))
r.strValues[j] = c.formatFn(v)
} else if c.format != "" {
r.strValues[j] = fmt.Sprintf(c.format, v)
} else {

Loading…
Cancel
Save