Minor code style changes

This commit is contained in:
Strahinja Val Markovic 2013-09-27 16:50:49 -07:00
parent 1027de73fb
commit c9b4e9ed3a

View File

@ -72,9 +72,9 @@ class JediCompleter( ThreadedCompleter ):
for completion in script.completions() ] for completion in script.completions() ]
def DefinedSubcommands( self ): def DefinedSubcommands( self ):
return [ "GoToDefinition", return [ 'GoToDefinition',
"GoToDeclaration", 'GoToDeclaration',
"GoToDefinitionElseDeclaration" ] 'GoToDefinitionElseDeclaration' ]
def OnUserCommand( self, arguments, request_data ): def OnUserCommand( self, arguments, request_data ):