Minor code style changes
This commit is contained in:
parent
1027de73fb
commit
c9b4e9ed3a
@ -72,9 +72,9 @@ class JediCompleter( ThreadedCompleter ):
|
||||
for completion in script.completions() ]
|
||||
|
||||
def DefinedSubcommands( self ):
|
||||
return [ "GoToDefinition",
|
||||
"GoToDeclaration",
|
||||
"GoToDefinitionElseDeclaration" ]
|
||||
return [ 'GoToDefinition',
|
||||
'GoToDeclaration',
|
||||
'GoToDefinitionElseDeclaration' ]
|
||||
|
||||
|
||||
def OnUserCommand( self, arguments, request_data ):
|
||||
|
Loading…
Reference in New Issue
Block a user