Update lua-minify.lua

This commit is contained in:
2025-12-24 05:16:44 +00:00
parent 358c7aeb54
commit 5ad67d6f3a

View File

@@ -1,4 +1,3 @@
-- --
-- Util.lua -- Util.lua
-- --
@@ -82,7 +81,7 @@ local function printf(fmt, ...)
end end
local util { local util = {
PrintTable = PrintTable, PrintTable = PrintTable,
CountTable = CountTable, CountTable = CountTable,
lookupify = lookupify, lookupify = lookupify,