Indentation fix

This commit is contained in:
Strahinja Val Markovic 2013-09-02 11:27:45 -07:00
parent cb74119353
commit 1d224eb8b4

View File

@ -44,7 +44,7 @@ class IdentifierCompleter( GeneralCompleter ):
def ShouldUseNow( self, start_column, unused_current_line ):
return self.QueryLengthAboveMinThreshold( start_column )
return self.QueryLengthAboveMinThreshold( start_column )
def CandidatesForQueryAsync( self, query, unused_start_column ):