Add missing markdown code block delimiter (#5555)

This commit is contained in:
Malte Kliemann
2022-05-19 11:09:49 +02:00
committed by GitHub
parent 2906ee1bcb
commit 32770a4383
+1
View File
@@ -226,6 +226,7 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig {
/// pub LaunchPeriod: BlockNumber = prod_or_fast!(7 * DAYS, 1, "KSM_LAUNCH_PERIOD");
/// pub const VotingPeriod: BlockNumber = prod_or_fast!(7 * DAYS, 1 * MINUTES);
/// }
/// ```
#[macro_export]
macro_rules! prod_or_fast {
($prod:expr, $test:expr) => {