Skip to content

Commit

Permalink
Address lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Nov 22, 2024
1 parent 6b13978 commit 46f0a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/system/auction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::collections::BTreeMap;
use itertools::Itertools;
use num_rational::Ratio;
use num_traits::{CheckedMul, CheckedSub};
use tracing::{debug, error, info, warn};
use tracing::{debug, error, warn};

use crate::system::auction::detail::{
process_with_vesting_schedule, read_delegator_bid, read_delegator_bids, read_validator_bid,
Expand Down

0 comments on commit 46f0a7a

Please sign in to comment.