eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7256
4ef3b78ebb4e
parent 7247
bf9379f964f3
child 7360
9190402e4505
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Sep 21 18:30:02 2019 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Sep 21 20:30:56 2019 +0200
@@ -1105,8 +1105,8 @@
         return message
     else:
         return QCoreApplication.translate(
-            "CodeStyleFixer", " no message defined for code '{0}'")\
-            .format(message)
+            "CodeStyleFixer", " no message defined for code '{0}'"
+        ).format(message)
 
 #
 # eflag: noqa = M201

eric ide

mercurial