Skip to content

Commit

Permalink
ci: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Dec 12, 2023
1 parent b819c4d commit dbc9f47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/vault-registry/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ where
at: Option<BlockHash>,
) -> RpcResult<BalanceWrapper<Balance>>;

#[method(name = "vaultRegistry_getRequiredCollateralForVault", aliases = "redeem_getPremiumRedeemVaults")]
#[method(
name = "vaultRegistry_getRequiredCollateralForVault",
aliases = "redeem_getPremiumRedeemVaults"
)]
fn get_required_collateral_for_vault(
&self,
vault_id: VaultId,
Expand Down

0 comments on commit dbc9f47

Please sign in to comment.