Skip to content

Commit

Permalink
lint: fix typechecking for new LuaLS version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Nov 13, 2024
1 parent 8735d18 commit 0472d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/oil/adapters/files/permissions.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}

---@param exe_modifier nil|false|string
---@param exe_modifier false|string
---@param num integer
---@return string
local function perm_to_str(exe_modifier, num)
Expand Down

0 comments on commit 0472d92

Please sign in to comment.