Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 11, 2024
1 parent cd435be commit 48378e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions program-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,7 @@ impl ProgramTest {

ONCE.call_once(|| {
solana_sdk::program_stubs::set_syscall_stubs(Box::new(SyscallStubs {}));
solana_instruction::stubs::set_instruction_syscall_stubs(Box::new(
SyscallStubs {},
));
solana_instruction::stubs::set_instruction_syscall_stubs(Box::new(SyscallStubs {}));
});
}

Expand Down

0 comments on commit 48378e9

Please sign in to comment.