From d191e95e2ab895381080278cdcf00157cf66aeab Mon Sep 17 00:00:00 2001 From: Sadoon Albader Date: Fri, 8 Dec 2023 20:40:35 +0300 Subject: [PATCH] remove extra newline --- crypto/poly1305/poly1305-donna-test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/poly1305/poly1305-donna-test.py b/crypto/poly1305/poly1305-donna-test.py index 498aa7f4..5d1e3f64 100644 --- a/crypto/poly1305/poly1305-donna-test.py +++ b/crypto/poly1305/poly1305-donna-test.py @@ -32,7 +32,6 @@ from openpower.simulator.program import Program def simulation_svp(lst,initial_regs): - with Program(lst, bigendian=False) as program: sim = run_tst(program, initial_regs) return sim.gpr -- 2.30.2