From 789de5219416fda252eed78c5f3864f8fe17a86b Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 29 Dec 2019 17:30:06 +1000 Subject: Whitespace. --- apt-panopticommon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 16ed737..4e75f3f 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -260,6 +260,7 @@ function APT.orderedPairs(t) return orderedNext, t, nil end + -- Use this to dump a table to a string, with HTML. APT.dumpTableHTML = function (table, name, space) if nil == space then space = '' end @@ -347,7 +348,6 @@ APT.allpairs = function(tbl, func) end end - APT.search = function(t, s) for i, v in pairs(t) do if v == s then return true end -- cgit v1.1