Skip to content

Commit

Permalink
chore: revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 12, 2024
1 parent 885783f commit f1d3eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barretenberg/cpp/src/barretenberg/eccvm/eccvm_composer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ template <IsECCVMFlavor Flavor> class ECCVMComposer_ {
std::vector<uint32_t> recursive_proof_public_input_indices;
bool contains_recursive_proof = false;
bool computed_witness = false;
ECCVMComposer_() requires(std::same_as<Flavor, ECCVMFlavor>)
ECCVMComposer_()
requires(std::same_as<Flavor, ECCVMFlavor>)
{
crs_factory_ = bb::srs::get_grumpkin_crs_factory();
};
Expand Down

0 comments on commit f1d3eaa

Please sign in to comment.