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
--
@@ -82,7 +81,7 @@ local function printf(fmt, ...)
end
local util {
local util = {
PrintTable = PrintTable,
CountTable = CountTable,
lookupify = lookupify,