Format flake8
This commit is contained in:
parent
95fa0c5105
commit
9b7540fbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ def DisplayBaloon( is_term, display ):
|
|||
display = '\n'.join( display )
|
||||
|
||||
# Remove balloon
|
||||
vim.eval( "balloon_show( '' )")
|
||||
vim.eval( "balloon_show( '' )" )
|
||||
|
||||
vim.eval( "balloon_show( {0} )".format(
|
||||
json.dumps( display ) ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue