Fix formatting
[soc.git] / src / soc / fu / mul / test / test_pipe_caller.py
index 42d9e334bcc86c8ec1c4eb012260e1949ecb9e52..3033e2a5f596ef5231b2a55ba1e77a6a582be887 100644 (file)
@@ -287,8 +287,12 @@ class MulTestCase(TestAccumulatorBase):
 
     def case_mulli(self):
 
-        test_values = [-32768, -32767, -32766, -2, -1, 0, 1, 2, 32766, 32767, random.randint(-1 << 15, (1 << 15)-1), random.randint(-1 << 15, (
-            1 << 15) - 1), random.randint(-1 << 15, (1 << 15)-1), random.randint(-1 << 15, (1 << 15)-1), random.randint(-1 << 15, (1 << 15)-1)]
+        test_values = [-32768, -32767, -32766, -2, -1, 0, 1, 2, 32766, 32767,
+                       random.randint(-1 << 15, (1 << 15)-1), random.randint(
+                       -1 << 15, (1 << 15) - 1), random.randint(-1 << 15,
+                       (1 << 15)-1), random.randint(-1 << 15, (1 << 15)-1),
+                       random.randint(-1 << 15, (1 << 15)-1)
+                      ]
 
         l = ["mulli 3, 1, 2"]
         for ra in test_values: