From 3b403b0752790438bed6342b431412cc05474acb Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 22 Dec 2023 12:51:53 -0600 Subject: [PATCH] fix style check --- tests/poseidon2/testPermutation.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/poseidon2/testPermutation.nim b/tests/poseidon2/testPermutation.nim index b8239fb..b6808e5 100644 --- a/tests/poseidon2/testPermutation.nim +++ b/tests/poseidon2/testPermutation.nim @@ -15,7 +15,7 @@ suite "permutation": var y: F = toF(1) var z: F = toF(2) - permInplace(x, y, z) + permInPlace(x, y, z) check toDecimal(x) == "21882471761025344482456282050943515707267606647948403374880378562101343146243" check toDecimal(y) == "09030699330013392132529464674294378792132780497765201297316864012141442630280"