From a6d7cf73b1c37e8aeee38b2363d3dbaa0a255706 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 13 Jun 2019 23:40:55 +0100 Subject: [PATCH] Fix warning about missing newline at EOF --- transcoder/machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcoder/machine.py b/transcoder/machine.py index db71a44..bc7ef3f 100644 --- a/transcoder/machine.py +++ b/transcoder/machine.py @@ -52,4 +52,4 @@ class Machine: yield from data # Update changes in memory map, if any - opcode.apply(self) \ No newline at end of file + opcode.apply(self)