Skip to content

Commit 04d0301

Browse files
committed
chore(fmt): fix formatting
1 parent f5ec54c commit 04d0301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/handlers.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,10 @@ mod test {
13851385

13861386
// Expected taproot descriptors with checksums (using NUMS key from constant)
13871387
let expected_pk_a = format!("tr({},pk(A))#a2mlskt0", NUMS_UNSPENDABLE_KEY_HEX);
1388-
let expected_and_ab = format!("tr({},and_v(v:pk(A),pk(B)))#sfplm6kv", NUMS_UNSPENDABLE_KEY_HEX);
1388+
let expected_and_ab = format!(
1389+
"tr({},and_v(v:pk(A),pk(B)))#sfplm6kv",
1390+
NUMS_UNSPENDABLE_KEY_HEX
1391+
);
13891392

13901393
// Test simple pk policy compilation to taproot
13911394
let result = handle_compile_subcommand(

0 commit comments

Comments
 (0)