Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 10, 2024
1 parent 707d6fc commit 93aa7b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdk/entrypoint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ use {
};
// need to re-export msg for custom_heap_default macro
pub use {
solana_account_info::MAX_PERMITTED_DATA_INCREASE,
solana_msg::msg as __msg,
solana_program_error::ProgramResult
solana_account_info::MAX_PERMITTED_DATA_INCREASE, solana_msg::msg as __msg,
solana_program_error::ProgramResult,
};

/// User implemented function to process an instruction
Expand Down

0 comments on commit 93aa7b8

Please sign in to comment.