Skip to content

Commit 9a0b69e

Browse files
committed
tweak
1 parent 01cc9e7 commit 9a0b69e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,8 @@ class ClientIVC {
175175
*/
176176
static size_t calc_num_data_types()
177177
{
178-
size_t total = 0;
179-
total += MegaVerificationKey::calc_num_data_types();
180-
total += ECCVMVerificationKey::calc_num_data_types();
181-
total += TranslatorVerificationKey::calc_num_data_types();
182-
return total;
178+
return MegaVerificationKey::calc_num_data_types() + ECCVMVerificationKey::calc_num_data_types() +
179+
TranslatorVerificationKey::calc_num_data_types();
183180
}
184181

185182
/**

0 commit comments

Comments
 (0)