Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c1a8fe0

Browse files
committed
fix clippy
1 parent fa56d29 commit c1a8fe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

programs/bpf_loader/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,8 +1666,9 @@ mod tests {
16661666
super::*,
16671667
rand::Rng,
16681668
solana_program_runtime::{
1669-
invoke_context::mock_process_instruction,
1670-
invoke_context::mock_process_instruction_with_loaded_programs,
1669+
invoke_context::{
1670+
mock_process_instruction, mock_process_instruction_with_loaded_programs,
1671+
},
16711672
with_mock_invoke_context,
16721673
},
16731674
solana_rbpf::{

0 commit comments

Comments
 (0)