Format by stylua (#1195)

This commit is contained in:
yuys13
2022-09-27 12:27:31 +09:00
committed by GitHub
parent 83c097699d
commit 2427d06b65
4 changed files with 11 additions and 15 deletions

View File

@@ -245,7 +245,9 @@ source.get_entry_filter = function(self)
if c.entry_filter then
return c.entry_filter
end
return function(_, _) return true end
return function(_, _)
return true
end
end
---Invoke completion