Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Mar 3, 2024
1 parent 1a6ce38 commit 46db1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Display for Error {
write!(f, "The matplotlib library has not been found.\n\
Please install it. See https://matplotlib.or/\n\
If you use Anaconda, see https://github.com/PyO3/pyo3/issues/1554"),
Error::FileNotFoundError =>
Error::FileNotFoundError =>
write!(f, "A path contains an element that is not a \
directory or does not exist"),
Error::PermissionError =>
Expand Down

0 comments on commit 46db1ec

Please sign in to comment.