Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 17, 2024
1 parent 6f4455c commit 82af211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,9 @@ pub use solana_short_vec as short_vec;
pub use wasm_bindgen::prelude::wasm_bindgen;
pub use {
solana_account_info::{self as account_info, debug_account_data},
solana_clock as clock, solana_msg::msg, solana_program_option as program_option,
solana_pubkey as pubkey,
solana_clock as clock,
solana_msg::msg,
solana_program_option as program_option, solana_pubkey as pubkey,
};

/// The [config native program][np].
Expand Down

0 comments on commit 82af211

Please sign in to comment.