Corrected some code style issues. eric7

Sat, 04 Nov 2023 16:17:29 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 04 Nov 2023 16:17:29 +0100
branch
eric7
changeset 10282
092821fb6f18
parent 10281
b3d6208d2f33
child 10283
897faacbeba5

Corrected some code style issues.

src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py file | annotate | diff | comparison | revisions
src/eric7/QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py	Sat Nov 04 16:10:40 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py	Sat Nov 04 16:17:29 2023 +0100
@@ -597,7 +597,7 @@
         @type QLineEdit
         """
         bgColorStr = f"Annotations{annotationType}Background"
-        fgColorStr =f"Annotations{annotationType}Foreground"
+        fgColorStr = f"Annotations{annotationType}Foreground"
 
         color = QColorDialog.getColor(
             self.editorColours[bgColorStr]
--- a/src/eric7/QScintilla/Editor.py	Sat Nov 04 16:10:40 2023 +0100
+++ b/src/eric7/QScintilla/Editor.py	Sat Nov 04 16:17:29 2023 +0100
@@ -2523,7 +2523,6 @@
                 self.__markerMap.update()
                 return
 
-
     def newBreakpointWithProperties(self, line, properties):
         """
         Public method to set a new breakpoint and its properties.

eric ide

mercurial