Skip to content
Snippets Groups Projects
Unverified Commit 1a38cc70 authored by juangirini's avatar juangirini
Browse files

format toml files

parent 62266a74
No related merge requests found
Pipeline #386254 failed with stages
in 3 minutes and 7 seconds
......@@ -20,7 +20,7 @@ pallet-transaction-payment = { path = "../../../frame/transaction-payment", defa
substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true }
[features]
default = ["std"]
default = [ "std" ]
std = [
"frame/std",
"pallet-balances/std",
......
......@@ -47,7 +47,7 @@ docify = "0.2.0"
pallet-examples = { path = "./examples" }
[features]
default = [ "std", "runtime" ]
default = [ "runtime", "std" ]
runtime = [
"frame-executive",
"frame-system-rpc-runtime-api",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment