Skip to content

Commit 65ab8ca

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 a3d1bb1 commit 65ab8ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/benchmarking/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ benchmarks! {
282282
T::AccountId: AsRef<[u8]>,
283283
}
284284

285-
_ {
286-
}
287-
288285
// The base weight without any actual work performed apart from the setup costs.
289286
on_initialize {}: {
290287
Storage::<T>::process_deletion_queue_batch(Weight::max_value())

0 commit comments

Comments
 (0)