Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Sep 16, 2024
1 parent 0a5e745 commit 65b975e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/apis/src/btc_staking_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 65b975e

Please sign in to comment.