Fix warning about missing newline at EOF

This commit is contained in:
kris 2019-06-13 23:40:55 +01:00
parent 079036042a
commit a6d7cf73b1

View File

@ -52,4 +52,4 @@ class Machine:
yield from data
# Update changes in memory map, if any
opcode.apply(self)
opcode.apply(self)