Skip to content

Commit 3282781

Browse files
committed
Fix formatting
1 parent a4a31ad commit 3282781

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/bin/pargs.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ fn read_auxv(pid: u64) -> Option<Vec<(u64, u64)>> {
179179
}
180180
}
181181

182-
eprintln!("Error parsing auxv: unexpected auxv format ({} bytes)", bytes.len());
182+
eprintln!(
183+
"Error parsing auxv: unexpected auxv format ({} bytes)",
184+
bytes.len()
185+
);
183186
None
184187
} else {
185188
None

0 commit comments

Comments
 (0)