format code
[soc.git] / src / soc / fu / trap / test / test_pipe_caller.py
index a634bc0570784ed31eb4f77059f2936fe5a67b8c..5b52860a96326372a6f0f19448a8335e9e3e6c5e 100644 (file)
@@ -107,7 +107,8 @@ class TestRunner(unittest.TestCase):
                               test.mem, test.msr,
                               bigendian=bigendian)
                     gen = program.generate_instructions()
-                    instructions = list(zip(gen, program.assembly.splitlines()))
+                    instructions = list(
+                        zip(gen, program.assembly.splitlines()))
 
                     msr = sim.msr.value
                     pc = sim.pc.CIA.value