Skip to content

Commit 16598ff

Browse files
MicaiahReidAursen
authored andcommitted
chore: remove errant whitespace
1 parent 6624888 commit 16598ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/litesvm/tests/parsing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use {
1313
#[test]
1414
fn test_inner_instruction_parsing() {
1515
let mut svm = LiteSVM::new();
16-
1716
let payer_kp = Keypair::new();
1817
let payer_pk = payer_kp.pubkey();
1918
svm.airdrop(&payer_pk, 1000000000).unwrap();

0 commit comments

Comments
 (0)