Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
syan095 committed Oct 12, 2023
1 parent 707c548 commit d006c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions state-chain/pallets/cf-pools/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ impl LpBalanceApi for MockBalance {
type AccountId = AccountId;

#[cfg(feature = "runtime-benchmarks")]
fn register_liquidity_refund_address(_who: &Self::AccountId, _address: ForeignChainAddress) {
}
fn register_liquidity_refund_address(_who: &Self::AccountId, _address: ForeignChainAddress) {}

fn ensure_has_refund_address_for_pair(
_who: &Self::AccountId,
Expand Down

0 comments on commit d006c32

Please sign in to comment.