fix style check

This commit is contained in:
Dmitriy Ryajov 2023-12-22 12:51:53 -06:00
parent ff6e7589ac
commit 3b403b0752
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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"