Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 4, 2024
1 parent e0f5628 commit 2975708
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/program/src/syscalls/definitions.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#[cfg(target_feature = "static-syscalls")]
pub use solana_define_syscall::sys_hash;
#[deprecated(since = "2.1.0", note = "Use `solana_secp256k1_recover::sol_secp256k1_recover` instead")]
#[deprecated(
since = "2.1.0",
note = "Use `solana_secp256k1_recover::sol_secp256k1_recover` instead"
)]
pub use solana_secp256k1_recover::sol_secp256k1_recover;
use {
crate::{
Expand Down

0 comments on commit 2975708

Please sign in to comment.