Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Jan 27, 2025
1 parent 75f37a4 commit c560f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion program-tests/system-test/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,10 @@ async fn regenerate_accounts() {
};

let context = setup_test_programs(None).await;
let mut context = ProgramTestRpcConnection { context, rate_limiter: None };
let mut context = ProgramTestRpcConnection {
context,
rate_limiter: None,
};
let keypairs = EnvAccountKeypairs::for_regenerate_accounts();

airdrop_lamports(
Expand Down

0 comments on commit c560f6e

Please sign in to comment.