Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 24, 2023
1 parent 24b39ef commit 03e0f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions kong/tools/table.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
local type = type
local pairs = pairs
local ipairs = ipairs
local select = select
local tostring = tostring
local insert = table.insert
local setmetatable = setmetatable
Expand Down
1 change: 0 additions & 1 deletion kong/tools/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ local ffi_new = ffi.new
local type = type
local pairs = pairs
local ipairs = ipairs
local select = select
local tostring = tostring
local tonumber = tonumber
local sort = table.sort
Expand Down

0 comments on commit 03e0f39

Please sign in to comment.