AssistantEric/Assistant.py

changeset 118
67d952a9036e
parent 116
a109c6b8ac77
child 119
263a95431e41
--- a/AssistantEric/Assistant.py	Sun Mar 22 17:25:30 2015 +0100
+++ b/AssistantEric/Assistant.py	Sun Mar 22 17:37:55 2015 +0100
@@ -246,7 +246,7 @@
             completionsList.sort()
             editor.showUserList(EditorAutoCompletionListID,
                                 completionsList)
-        
+    
     def getCompletionsList(self, editor, context):
         """
         Public method to get a list of possible completions.

eric ide

mercurial