mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix: type fixes
Type fixes caught by emmylua
This commit is contained in:
committed by
Lewis Russell
parent
4c333fdbb7
commit
3b6084ddf4
@ -66,7 +66,7 @@ local indexed = {}
|
||||
--- @return uv.fs_stat.result?
|
||||
local function fs_stat_cached(path)
|
||||
if not fs_stat_cache then
|
||||
return uv.fs_stat(path)
|
||||
return (uv.fs_stat(path))
|
||||
end
|
||||
|
||||
if not fs_stat_cache[path] then
|
||||
|
Reference in New Issue
Block a user