Skip to content

Commit

Permalink
Remove unneeded call
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 1, 2025
1 parent 418da12 commit 5750705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restartable.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func parseStatusField(data, key string) string {
end = len(data[start:])
}

return strings.TrimSpace(data[start : start+end])
return data[start : start+end]
}

// ProcessInfo holds process information
Expand Down

0 comments on commit 5750705

Please sign in to comment.