Skip to content

Commit

Permalink
Cargo clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Jul 5, 2023
1 parent 4ded8ec commit f9bfed4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aries_vcx_core/src/ledger/indy_vdr_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,7 @@ where
if let AriesVcxCoreErrorKind::InvalidLedgerResponse = err.kind() {
return Err(AriesVcxCoreError::from_msg(
AriesVcxCoreErrorKind::DuplicationSchema,
format!(
"Schema probably already exists, ledger request failed: {:?}",
err.clone()
),
format!("Schema probably already exists, ledger request failed: {:?}", &err),
));
}
}
Expand Down

0 comments on commit f9bfed4

Please sign in to comment.