Skip to content

Commit 58ee370

Browse files
committed
fix formatting again
1 parent d6af14c commit 58ee370

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

substrate/frame/staking-async/ahm-test/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ pallet-root-offences = { workspace = true, default-features = true }
5151
pallet-staking = { workspace = true, default-features = true }
5252

5353
[features]
54-
std = ["log/std"]
54+
std = [
55+
"log/std",
56+
]
5557
try-runtime = [
5658
"pallet-balances/try-runtime",
5759
"pallet-proxy/try-runtime",

substrate/frame/staking-async/ahm-test/src/ah/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ construct_runtime! {
5454
MultiBlockVerifier: multi_block::verifier,
5555
MultiBlockSigned: multi_block::signed,
5656
MultiBlockUnsigned: multi_block::unsigned,
57-
57+
5858
Dap: pallet_dap,
5959
}
6060
}

0 commit comments

Comments
 (0)