Skip to content

Commit

Permalink
update: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Nov 8, 2024
1 parent 82738c0 commit cde59b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/orchestrator/src/tests/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,9 @@ struct EnvParams {
da_params: DaParams,
settlement_params: SettlementParams,
prover_params: ProverParams,
instrumentation_params: InstrumentationParams,
orchestrator_config: OrchestratorConfig,
#[allow(dead_code)]
instrumentation_params: InstrumentationParams,
}

fn get_env_params() -> EnvParams {
Expand Down

0 comments on commit cde59b3

Please sign in to comment.