Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Jul 9, 2024
1 parent 1de8252 commit 78eac24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/estark/starky_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ use std::time::Instant;
use crate::{Backend, BackendFactory, BackendOptions, Error};
use powdr_ast::analyzed::Analyzed;
use powdr_executor::witgen::WitgenCallback;
use powdr_number::{get_only_size_cloned, FieldElement, GoldilocksField, LargeInt, VariablySizedColumn};
use powdr_number::{
get_only_size_cloned, FieldElement, GoldilocksField, LargeInt, VariablySizedColumn,
};

use starky::{
merklehash::MerkleTreeGL,
Expand Down

0 comments on commit 78eac24

Please sign in to comment.