Formatting before PR

This commit is contained in:
stefandesouza
2024-01-10 13:05:27 +01:00
parent 226bc8eee0
commit 1fb015b312
3 changed files with 7 additions and 4 deletions

View File

@@ -216,7 +216,9 @@ class TestParserAArch64(unittest.TestCase):
MemoryOperand(
offset_ID=None,
base_id=RegisterOperand(prefix_id="x", name="11"),
index_id=RegisterOperand(prefix_id="w", name="10", shift_op="sxtw", shift=[{"value": "2"}]),
index_id=RegisterOperand(
prefix_id="w", name="10", shift_op="sxtw", shift=[{"value": "2"}]
),
scale_id=4,
),
],