Improve indent a bit

This commit is contained in:
Shougo Matsushita 2015-10-23 10:59:19 +09:00
parent 97e0886596
commit fead622ed0
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ class Source(Base):
self.rank = 200
def gather_candidates(self, context):
return self.vim.eval('values(neosnippet#helpers#get_completion_snippets())')
return self.vim.eval(
'values(neosnippet#helpers#get_completion_snippets())')
def on_post_filter(self, context):
for candidate in context['candidates']: