Fixed a few source code style issues.

Sun, 31 May 2015 18:08:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 31 May 2015 18:08:08 +0200
changeset 121
edad4b3132fd
parent 120
8ddfaad361c7
child 122
d746710bfe2e

Fixed a few source code style issues.

AssistantEric/Assistant.py file | annotate | diff | comparison | revisions
--- a/AssistantEric/Assistant.py	Sun May 31 18:03:23 2015 +0200
+++ b/AssistantEric/Assistant.py	Sun May 31 18:08:08 2015 +0200
@@ -451,8 +451,8 @@
                                 completions.extend(
                                     api.getCompletions(
                                         context=super,
-                                        followHierarchy=
-                                        self.__plugin.getPreferences(
+                                        followHierarchy=self.__plugin
+                                        .getPreferences(
                                             "AutoCompletionFollowHierarchy"
                                         )
                                     )
@@ -461,8 +461,8 @@
                                 completions.extend(
                                     api.getCompletions(
                                         start=word, context=super,
-                                        followHierarchy=
-                                        self.__plugin.getPreferences(
+                                        followHierarchy=self.__plugin
+                                        .getPreferences(
                                             "AutoCompletionFollowHierarchy"
                                         )
                                     )

eric ide

mercurial