Skip to content

Commit bc738d1

Browse files
committed
chore: fmt
1 parent 1cef800 commit bc738d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clarity/src/vm/clarity_wasm.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,10 +1655,7 @@ fn pass_argument_to_wasm(
16551655
}) => {
16561656
// Callable types can just ignore the optional trait identifier, and
16571657
// is handled like a qualified contract
1658-
let QualifiedContractIdentifier {
1659-
issuer,
1660-
name,
1661-
} = p;
1658+
let QualifiedContractIdentifier { issuer, name } = p;
16621659
let v = issuer.version();
16631660
let h = &issuer.1;
16641661
let bytes: Vec<u8> = std::iter::once(v)

0 commit comments

Comments
 (0)