Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
csgui committed Feb 21, 2025
1 parent 1cef800 commit bc738d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clarity/src/vm/clarity_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1655,10 +1655,7 @@ fn pass_argument_to_wasm(
}) => {
// Callable types can just ignore the optional trait identifier, and
// is handled like a qualified contract
let QualifiedContractIdentifier {
issuer,
name,
} = p;
let QualifiedContractIdentifier { issuer, name } = p;
let v = issuer.version();
let h = &issuer.1;
let bytes: Vec<u8> = std::iter::once(v)
Expand Down

0 comments on commit bc738d1

Please sign in to comment.