Skip to content

Commit

Permalink
run taplo format
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshBhardwaj007 committed Jan 3, 2025
1 parent ac8bf36 commit 4dbbead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/frame/node-authorization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { features = ["derive"], workspace = true }
frame = { workspace = true, features = ["experimental", "runtime"] }
log = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
frame = { workspace = true, features = ["experimental", "runtime"] }

[features]
default = ["std"]
std = [
"codec/std",
"frame/std",
"log/std",
"scale-info/std",
"frame/std",
]
try-runtime = [
"frame/try-runtime",
Expand Down

0 comments on commit 4dbbead

Please sign in to comment.