aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers.lua b/helpers.lua
index 69ab83c..2f5d47d 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -16,7 +16,6 @@ local string = {
module("vicious.helpers")
--- {{{ Helper functions
-- {{{ Format a string with args
function format(format, args)
for var, val in pairs(args) do
@@ -52,4 +51,3 @@ function truncate(text, maxlen)
return text
end
-- }}}
--- }}}