Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalancea committed Nov 14, 2024
1 parent 841af9e commit 208a2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceno_zkvm/src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ use crate::{
circuit_builder::{ConstraintSystem, NameSpace},
expression::Expression,
structs::{ZKVMConstraintSystem, ZKVMWitnesses},
tables, utils,
utils,
};
use ff_ext::ExtensionField;
use itertools::{Itertools, join};
use itertools::Itertools;
use prettytable::{Table, row};
use serde_json::json;
use std::{
Expand Down

0 comments on commit 208a2f7

Please sign in to comment.