Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmlittle committed Oct 30, 2024
1 parent 47e5557 commit 77cdd3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harness/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ use {
/// Loader keys, re-exported from `solana_sdk` for convenience.
pub mod loader_keys {
pub use solana_sdk::{
bpf_loader_deprecated::ID as LOADER_V1,
bpf_loader::ID as LOADER_V2, bpf_loader_upgradeable::ID as LOADER_V3,
loader_v4::ID as LOADER_V4, native_loader::ID as NATIVE_LOADER,
bpf_loader::ID as LOADER_V2, bpf_loader_deprecated::ID as LOADER_V1,
bpf_loader_upgradeable::ID as LOADER_V3, loader_v4::ID as LOADER_V4,
native_loader::ID as NATIVE_LOADER,
};
}

Expand Down

0 comments on commit 77cdd3e

Please sign in to comment.