Skip to content

Commit

Permalink
fix: disable next line
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Jul 31, 2023
1 parent c5e661c commit a9eac01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena/helper/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local V = lpeg.V
common.endToken = V "endToken"

if not table.pack then
---@diagnostic disable: duplicate-set-field
---@diagnostic disable-next-line: duplicate-set-field
function common.tablePack(...)
return { n = select('#', ...), ... }
end
Expand Down

0 comments on commit a9eac01

Please sign in to comment.