This commit is contained in:
insanity 2017-10-23 18:10:34 +09:00
parent 3ef6659f46
commit 2e31ae10eb

View File

@ -37,7 +37,5 @@ func (ps *ProcessStat) Parse(r io.Reader) (*[]ProcessStat, error) {
cmd: parts[5], cmd: parts[5],
}) })
} }
return &psStats, scanner.Err() return &psStats, scanner.Err()
} }