Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Conni2461 committed Mar 18, 2021
1 parent 1fb3256 commit 8b15dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/pickers/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
function Highlighter:clear_display()
if not self
or not self.picker
or not self.picker.results_bufnr
or not self.picker.results_bufnr
or not vim.api.nvim_buf_is_valid(self.picker.results_bufnr)
then
return
Expand Down

0 comments on commit 8b15dbc

Please sign in to comment.