mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
remove unneeded fmt.Sprintf
This commit is contained in:
parent
f158fa742f
commit
efef345665
@ -19,7 +19,7 @@ func (row *Compact) SetIO(read int64, write int64) {
|
||||
}
|
||||
|
||||
func (row *Compact) SetPids(val int) {
|
||||
label := fmt.Sprintf("%s", strconv.Itoa(val))
|
||||
label := strconv.Itoa(val)
|
||||
row.Pids.Set(label)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user