eric7/DebugClients/Python/coverage/debug.py

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 8991
2fc945191992
--- a/eric7/DebugClients/Python/coverage/debug.py	Mon May 02 15:53:05 2022 +0200
+++ b/eric7/DebugClients/Python/coverage/debug.py	Wed Jun 01 13:48:49 2022 +0200
@@ -211,7 +211,7 @@
             klass=self.__class__.__name__,
             id=id(self),
             attrs=" ".join(f"{k}={v!r}" for k, v in show_attrs),
-            )
+        )
 
 
 def simplify(v):                                            # pragma: debugging

eric ide

mercurial