Skip to content

Commit

Permalink
".git/.scripts/commands/fmt/fmt.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed Oct 3, 2024
1 parent 91944be commit 89206fc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ where
_,
Self::Right,
MessagesLaneIdOf<Self::L2R>,
>(common.left.client.clone(), &common.metrics_params, &common.left.accounts, &lanes_l2r)
>(
common.left.client.clone(), &common.metrics_params, &common.left.accounts, &lanes_l2r
)
.await?;
crate::messages::metrics::add_relay_balances_metrics::<
_,
Expand Down

0 comments on commit 89206fc

Please sign in to comment.