Skip to content

Commit 3c27e51

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 dd4b92f commit 3c27e51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/benchmarking.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ fn setup_pot_account<T: Config<I>, I: Instance>() {
6666
}
6767

6868
benchmarks_instance! {
69-
_ { }
70-
69+
7170
propose_spend {
7271
let (caller, value, beneficiary_lookup) = setup_proposal::<T, _>(SEED);
7372
// Whitelist caller account from further DB operations.

0 commit comments

Comments
 (0)