Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 31, 2024
1 parent f2e17fc commit cff1fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ pub mod sysvar;
pub mod vote;
pub mod wasm;

pub use {solana_msg::msg, solana_program_option as program_option};
#[deprecated(since = "2.1.0", note = "Use `solana-program-memory` crate instead")]
pub use solana_program_memory as program_memory;
#[deprecated(since = "2.1.0", note = "Use `solana-sanitize` crate instead")]
Expand All @@ -540,6 +539,7 @@ pub use solana_secp256k1_recover as secp256k1_recover;
pub use solana_short_vec as short_vec;
#[cfg(target_arch = "wasm32")]
pub use wasm_bindgen::prelude::wasm_bindgen;
pub use {solana_msg::msg, solana_program_option as program_option};

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

0 comments on commit cff1fa4

Please sign in to comment.