refactor(health): apparently there was something stupid that i wrote a while ago
This commit is contained in:
parent
b4b0b3ec42
commit
1aaefb5787
1 changed files with 1 additions and 4 deletions
|
|
@ -35,10 +35,7 @@ end
|
|||
---@param bin string
|
||||
---@return boolean
|
||||
local function is_binary_found(bin)
|
||||
if vim.fn.executable(bin) == 1 then
|
||||
return true
|
||||
end
|
||||
return false
|
||||
return vim.fn.executable(bin) == 1
|
||||
end
|
||||
|
||||
---@param ft string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue