From 2e7e0d91be4845536676b4fd62bd39d56ef31c8b Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Mon, 16 Sep 2024 10:29:45 +0200 Subject: [PATCH] cargo fmt --- packages/apis/src/btc_staking_api.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/apis/src/btc_staking_api.rs b/packages/apis/src/btc_staking_api.rs index d83c4ee..eb6a7fa 100644 --- a/packages/apis/src/btc_staking_api.rs +++ b/packages/apis/src/btc_staking_api.rs @@ -23,9 +23,7 @@ pub enum ExecuteMsg { /// Used by the finality contract only. /// The finality contract will call this message to slash the finality provider's staking power /// when the finality provider is found to be malicious - Slash { - fp_btc_pk_hex: String - }, + Slash { fp_btc_pk_hex: String }, } #[cw_serde]