Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho committed Mar 5, 2024
1 parent c3c44ac commit 99e4205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/fhetest/Phase/Check.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ case object Check {
execute(backend, encParams, parsed),
),
)
val checkResult = diffResults(interpResPair, executeResPairs, encType, encParams.plainMod)
val checkResult =
diffResults(interpResPair, executeResPairs, encType, encParams.plainMod)
if (toJson)
dumpResult(program, i, checkResult, sealVersion, openfheVersion)
(program, checkResult)
Expand Down

0 comments on commit 99e4205

Please sign in to comment.