Skip to content

Commit 73cbd4c

Browse files
fix : remove _{ } syntax from benchmark macro (#7822)
* commented use of common * hack to pass tests * another hack * remove all commented code * fix the easy tests * temp hack * follow through comma hack until better solution * patch macro * missed one * update benchmarks * update docs * fix docs * removed too much * fix changes Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
1 parent 1b8a749 commit 73cbd4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ pub fn create_validator_with_nominators<T: Config>(
113113
const USER_SEED: u32 = 999666;
114114

115115
benchmarks! {
116-
_{}
117-
118116
bond {
119117
let stash = create_funded_user::<T>("stash", USER_SEED, 100);
120118
let controller = create_funded_user::<T>("controller", USER_SEED, 100);

0 commit comments

Comments
 (0)