From 35e0150e77ea742d92bcdd12a67ef0592c3f6176 Mon Sep 17 00:00:00 2001 From: BigEd Date: Sun, 15 Apr 2018 18:46:12 +0100 Subject: [PATCH] fixup indentation --- py65/monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py65/monitor.py b/py65/monitor.py index 1070ce9..7f46857 100644 --- a/py65/monitor.py +++ b/py65/monitor.py @@ -105,7 +105,7 @@ class Monitor(cmd.Cmd): msg = "Fatal: no such MPU. Available MPUs: %s" self._output(msg % ', '.join(mpus)) sys.exit(1) - self.mpu_type = self._get_mpu(mpu) + self.mpu_type = self._get_mpu(mpu) if load is not None: cmd = "load %s" % load