Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Oct 30, 2024
1 parent 4ae2fd4 commit 2c2da3c
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 2c2da3c

Please sign in to comment.