Skip to content

Commit

Permalink
Run rustfmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jun 4, 2023
1 parent 4861727 commit 8746d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl std::error::Error for Error {
Error::DecodeContentType(e) => Some(e),
#[cfg(feature = "json")]
Error::DecodeJson(e) => Some(e),
| Error::UnknownField { .. }
Error::UnknownField { .. }
| Error::IncompleteFieldData { .. }
| Error::IncompleteHeaders
| Error::IncompleteStream
Expand Down

0 comments on commit 8746d3b

Please sign in to comment.