Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Dec 12, 2024
1 parent 07f8895 commit 1076659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::{
fs::File,
net::SocketAddr,
path::PathBuf,
str::FromStr,
time::Duration,
};

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/consensus_tests/src/support/epoch_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl EpochManagerReader for TestEpochManager {
Ok(CommitteeInfo::new(
TEST_NUM_PRESHARDS,
num_shard_group_members as u32,
num_committees as u32,
num_committees,
sg,
))
}
Expand Down

0 comments on commit 1076659

Please sign in to comment.