Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi-pinsach committed Sep 11, 2024
1 parent 5d918be commit 03d0ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/air_instance_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl<F> AirInstanceCtx<F> {
buffer: Option<Vec<F>>,
) -> Self {
AirInstanceCtx {
airgroup_id: airgroup_id,
airgroup_id,
air_id,
air_segment_id,
prover_idx,
Expand Down

0 comments on commit 03d0ccc

Please sign in to comment.