Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Dudek <[email protected]>
  • Loading branch information
mtdudek committed Nov 20, 2024
1 parent 6efd222 commit cccaffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rowhammer_tester/scripts/mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def memtest(wb, length, *, generator, base=None, verbose=None, burst=255):
if base is None:
base = wb.mems.main_ram.base

refdata = list(itertools.islice(generator,length))
refdata = list(itertools.islice(generator, length))
memwrite(wb, refdata, base=base, burst=burst)

data = memread(wb, length, base=base, burst=burst)
Expand Down

0 comments on commit cccaffb

Please sign in to comment.