Skip to content

Commit

Permalink
fix: happy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Oct 29, 2024
1 parent daf4d56 commit 72db025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ impl From<&SdkArgs> for SxTClient {
args.sxt_api_key.clone(),
args.verifier_setup.clone(),
)
.with_postprocessing(args.postprocessing_level.into())
.with_postprocessing(args.postprocessing_level)
}
}

0 comments on commit 72db025

Please sign in to comment.