Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Oct 10, 2024
1 parent d1ff3a2 commit 25c6a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions programs/rewards/src/entrypoint.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
//! Program entrypoint
use crate::{error::MplxRewardsError, instructions::process_instruction};
use solana_program::instruction::get_stack_height;
use solana_program::{
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult,
program_error::PrintProgramError, pubkey::Pubkey,
instruction::get_stack_height, program_error::PrintProgramError, pubkey::Pubkey,
};

entrypoint!(program_entrypoint);
Expand Down

0 comments on commit 25c6a1c

Please sign in to comment.