Skip to content

Commit

Permalink
fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 16, 2025
1 parent c6fc9c3 commit 054d410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/loader-v3-interface/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ pub enum UpgradeableLoaderInstruction {
/// follows:
///
/// ```
/// # use solana_program::pubkey::Pubkey;
/// # use solana_program::bpf_loader_upgradeable;
/// # use solana_pubkey::Pubkey;
/// # use solana_sdk_ids::bpf_loader_upgradeable;
/// # let program_address = &[];
/// let (program_data_address, _) = Pubkey::find_program_address(
/// &[program_address],
Expand Down

0 comments on commit 054d410

Please sign in to comment.