Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 3, 2024
1 parent f82ddbc commit 6fc9bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-faucet/src/faucet/simple_faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ impl SimpleFaucet {
?balance,
"Balance before transfer"
);
self.metrics.balance.set((balance as f64 / 9 as f64) as i64);
self.metrics.balance.set((balance as f64 / 9_f64) as i64);
}

Ok(client
Expand Down

0 comments on commit 6fc9bc9

Please sign in to comment.