Skip to content

Commit

Permalink
Format C++ >_<
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Nov 1, 2024
1 parent c989d52 commit 0e38181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ template <class Builder> class goblin_field {
}

// done in the translator circuit
void assert_is_in_field() {};
void assert_is_in_field(){};
};
template <typename C> inline std::ostream& operator<<(std::ostream& os, goblin_field<C> const& v)
{
Expand Down

0 comments on commit 0e38181

Please sign in to comment.