Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 24, 2025
1 parent d5aaf51 commit acc622c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion harness/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
//! ```rust,ignore
//! use {
//! mollusk_svm::Mollusk,
//! solana_sdk::{account::Account, instruction::{AccountMeta, Instruction}, pubkey::Pubkey},
//! solana_sdk::{
//! account::Account,
//! instruction::{AccountMeta, Instruction},
//! pubkey::Pubkey,
//! },
//! };
//!
//! let program_id = Pubkey::new_unique();
Expand Down

0 comments on commit acc622c

Please sign in to comment.