Sun, 31 May 2015 18:08:08 +0200
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" ) )