Corrected some code formatting issues. eric7

Sun, 30 Jun 2024 17:58:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Jun 2024 17:58:59 +0200
branch
eric7
changeset 10807
4bcd4e08418f
parent 10806
2f6df822e3b9
child 10808
f2890b9c7a91

Corrected some code formatting issues.

src/eric7/EricWidgets/EricTextEditSearchWidget.py file | annotate | diff | comparison | revisions
src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py file | annotate | diff | comparison | revisions
--- a/src/eric7/EricWidgets/EricTextEditSearchWidget.py	Sun Jun 30 17:58:31 2024 +0200
+++ b/src/eric7/EricWidgets/EricTextEditSearchWidget.py	Sun Jun 30 17:58:59 2024 +0200
@@ -494,8 +494,7 @@
         """
         if result.numberOfMatches() == 0:
             self.infoLabel.setText(
-                self.tr("'{0}' was not found.")
-                .format(self.findtextCombo.currentText())
+                self.tr("'{0}' was not found.").format(self.findtextCombo.currentText())
             )
             self.__setFindtextComboBackground(True)
         else:
--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sun Jun 30 17:58:31 2024 +0200
+++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sun Jun 30 17:58:59 2024 +0200
@@ -280,10 +280,10 @@
 
 '''
 
-apiImportsTemplate = '''import glob
+apiImportsTemplate = """import glob
 import os
 
-'''
+"""
 
 installDependenciesTemplate = '''
 

eric ide

mercurial