Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Watt committed Oct 9, 2023
1 parent c417534 commit a910fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_client_backend/src/data_api/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where
CE: fmt::Display,
SE: fmt::Display,
FE: fmt::Display,
N: fmt::Display
N: fmt::Display,
{
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match &self {
Expand Down

0 comments on commit a910fb8

Please sign in to comment.