Corrected a whitespace error.

Sun, 22 Mar 2015 17:37:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 22 Mar 2015 17:37:55 +0100
changeset 118
67d952a9036e
parent 117
6b72af1608e8
child 119
263a95431e41

Corrected a whitespace error.

AssistantEric/Assistant.py file | annotate | diff | comparison | revisions
--- 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