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() ]
def DefinedSubcommands( self ):
return [ "GoToDefinition",
"GoToDeclaration",
"GoToDefinitionElseDeclaration" ]
return [ 'GoToDefinition',
'GoToDeclaration',
'GoToDefinitionElseDeclaration' ]
def OnUserCommand( self, arguments, request_data ):