Skip to content

Commit 2823857

Browse files
committed
Fix lint
1 parent 72e279b commit 2823857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • templates/keynote-2/spacetimedb-rust-client/src

templates/keynote-2/spacetimedb-rust-client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fn bench(cli: &Common, bench: &Bench) {
130130
// Dump some config parameters.
131131
let alpha = bench.alpha;
132132
let accounts = cli.accounts;
133-
let amount = bench.amount as i64;
133+
let amount = bench.amount;
134134
if !cli.quiet {
135135
println!("Benchmark parameters:");
136136
println!("alpha={alpha}, amount = {amount}, accounts = {accounts}");

0 commit comments

Comments
 (0)