Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Sep 13, 2024
1 parent 5854a41 commit 19dfc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/iop/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,4 @@ impl<'a, F: Field> Witness<F> for PartitionWitness<'a, F> {
let rep_index = self.representative_map[self.target_index(target)];
self.values[rep_index]
}
}
}

0 comments on commit 19dfc9e

Please sign in to comment.