src/eric7/RemoteServerInterface/EricServerInterface.py

branch
server
changeset 10776
ec110553c5ab
parent 10775
fd8b7692c03d
child 10794
cd93fbb75019
--- a/src/eric7/RemoteServerInterface/EricServerInterface.py	Tue Jun 11 17:12:23 2024 +0200
+++ b/src/eric7/RemoteServerInterface/EricServerInterface.py	Tue Jun 11 17:22:09 2024 +0200
@@ -155,9 +155,7 @@
         """
         from .EricServerEditorConfigInterface import EricServerEditorConfigInterface
 
-        self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface(
-            self
-        )
+        self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface(self)
 
     def __createFilesystemInterface(self):
         """

eric ide

mercurial