Skip to content

Commit 463225b

Browse files
committed
fixed whitespace
1 parent 0aa4286 commit 463225b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/err.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,13 @@ impl <'p> std::convert::From<PythonObjectDowncastError<'p>> for PyErr {
397397
}
398398

399399
impl Error for PyErr {
400-
401400
fn description(&self) -> &str {
402401
"Error originating from the rust-cpython bindings."
403402
}
404403

405404
}
406405

407406
impl fmt::Display for PyErr {
408-
409407
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
410408
write!(f, "PyErr: ptype {:?} pvalue {:?}", self.ptype, self.pvalue)
411409
}

0 commit comments

Comments
 (0)