Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed Aug 12, 2024
1 parent 543cd61 commit 29f7167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion halo2_proofs/tests/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use halo2_debug::test_rng;
use halo2_proofs::{
circuit::{Layouter, SimpleFloorPlanner, Value},
plonk::{
create_proof, keygen_pk, keygen_vk_custom, pk_read, verify_proof, vk_read, Advice, Circuit, Column, ConstraintSystem, ErrorFront, Fixed, Instance
create_proof, keygen_pk, keygen_vk_custom, pk_read, verify_proof, vk_read, Advice, Circuit,
Column, ConstraintSystem, ErrorFront, Fixed, Instance,
},
poly::{
kzg::{
Expand Down

0 comments on commit 29f7167

Please sign in to comment.