Skip to content

Commit

Permalink
cargo fmt & taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Aug 13, 2024
1 parent 5618127 commit c4423aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pallets/axelar-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ documentation.workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
hex = { workspace = true }
parity-scale-codec = { workspace = true }
scale-info = { workspace = true }
hex = { workspace = true }

frame-support = { workspace = true }
frame-system = { workspace = true }
sp-core = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
sp-core = { workspace = true }

cfg-traits = { workspace = true }
cfg-types = { workspace = true }
cfg-utils = { workspace = true }

ethabi = { workspace = true }
fp-evm = { workspace = true }
precompile-utils = { workspace = true }
ethabi = { workspace = true }

# Optionals for benchmarking
frame-benchmarking = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ pub mod origins;
pub mod permissions;
pub mod pool;
pub mod remarks;
pub mod routing;
pub mod transfer_filter;
pub mod xcm;
pub mod routing;

pub mod instances {
/// The rewards associated to block rewards
Expand Down

0 comments on commit c4423aa

Please sign in to comment.