Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed May 14, 2024
1 parent c8aacba commit e46476d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions consensus/types/src/data_column_subnet_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl From<ArithError> for Error {
mod test {
use crate::data_column_subnet_id::DataColumnSubnetId;
use crate::EthSpec;
use crate::{ChainSpec, MainnetEthSpec};
use crate::{MainnetEthSpec};

type E = MainnetEthSpec;

Expand All @@ -179,7 +179,6 @@ mod test {
.map(|v| ethereum_types::U256::from_dec_str(v).unwrap())
.collect::<Vec<_>>();

let spec = ChainSpec::mainnet();
let custody_requirement = 4;
for node_id in node_ids {
let computed_subnets =
Expand Down

0 comments on commit e46476d

Please sign in to comment.