From 65b975e7722f685a54f6e1b2c884bbbe9d4273f2 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 d83c4ee3..eb6a7faf 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]