From 40a0a2526bc0cec2e91233dbc22270616364c1ad Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Thu, 9 Jun 2022 11:53:14 -0700 Subject: [PATCH] fmt --- evm/src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}