From c28d16a3ce238e7315ff124b390ce74683380dca Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 17 Dec 2024 23:30:44 +0400 Subject: [PATCH] fmt --- sdk/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk/src/lib.rs b/sdk/src/lib.rs index 13f73d6fb5b534..1872c9259c463b 100644 --- a/sdk/src/lib.rs +++ b/sdk/src/lib.rs @@ -135,7 +135,10 @@ pub use solana_feature_set as feature_set; pub use solana_fee_structure as fee; #[deprecated(since = "2.1.0", note = "Use `solana-inflation` crate instead")] pub use solana_inflation as inflation; -#[deprecated(since = "2.2.0", note = "Use `solana_message::inner_instruction` instead")] +#[deprecated( + since = "2.2.0", + note = "Use `solana_message::inner_instruction` instead" +)] pub use solana_message::inner_instruction; #[deprecated(since = "2.2.0", note = "Use `solana-nonce-account` crate instead")] pub use solana_nonce_account as nonce_account;