Skip to content

Commit c3f1d67

Browse files
committed
fix: rustfmt formatting for collapsed single-line call
1 parent 60c7594 commit c3f1d67

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

sdk-tests/csdk-anchor-full-derived-test/tests/amm_stress_test.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,7 @@ async fn decompress_all(ctx: &mut AmmTestContext, pdas: &AmmPdas) {
565565
.expect("create_load_instructions should succeed");
566566

567567
ctx.rpc
568-
.create_and_send_transaction(
569-
&decompress_ixs,
570-
&ctx.payer.pubkey(),
571-
&[&ctx.payer],
572-
)
568+
.create_and_send_transaction(&decompress_ixs, &ctx.payer.pubkey(), &[&ctx.payer])
573569
.await
574570
.expect("Decompression should succeed");
575571

0 commit comments

Comments
 (0)