Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed Jun 5, 2024
1 parent fbfcf49 commit 90f63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/program/src/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use {
crate::{error::TokenError, processor::Processor},
solana_program::{
account_info::AccountInfo, entrypoint::ProgramResult, program_error::PrintProgramError,
pubkey::Pubkey, program::set_return_data
pubkey::Pubkey
},
};

Expand Down

0 comments on commit 90f63d8

Please sign in to comment.