diff --git a/evm/src/util.rs b/evm/src/util.rs index f8fba89f..86eaa046 100644 --- a/evm/src/util.rs +++ b/evm/src/util.rs @@ -83,4 +83,4 @@ pub fn permuted_cols(inputs: &[F], table: &[F]) -> (Vec, Vec } (sorted_inputs, permuted_table) -} \ No newline at end of file +}