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 c4caddb commit a6bffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/recursion/recursive_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ mod tests {

use super::*;
use crate::fri::reduction_strategies::FriReductionStrategy;
use crate::fri::{FriConfig};
use crate::fri::FriConfig;
use crate::gadgets::lookup::{OTHER_TABLE, TIP5_TABLE};
use crate::gates::lookup_table::LookupTable;
use crate::gates::noop::NoopGate;
Expand Down

0 comments on commit a6bffb2

Please sign in to comment.