Skip to content

Commit d6cd1f3

Browse files
rusty-snakeevilpie
andauthored
Update src/pid.rs
Co-authored-by: Tom Schuster <evilpies@gmail.com>
1 parent d75d40f commit d6cd1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl Pid {
8989

9090
impl fmt::Display for Pid {
9191
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
92-
write!(f, "{}", self.0)
92+
self.0.fmt(f)
9393
}
9494
}
9595

0 commit comments

Comments
 (0)