Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Dec 22, 2024
1 parent b093542 commit 85c1512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion substrate/frame/meta-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ frame-benchmarking = { workspace = true, optional = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
sp-io = { workspace = true }

[dev-dependencies]
pallet-balances = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,9 +1083,9 @@ optional = true
path = "../substrate/frame/message-queue"

[dependencies.pallet-meta-tx]
path = "../substrate/frame/meta-tx"
default-features = false
optional = true
path = "../substrate/frame/meta-tx"

[dependencies.pallet-migrations]
default-features = false
Expand Down

0 comments on commit 85c1512

Please sign in to comment.