Spurious folds removed from helpers.

This commit is contained in:
Adrian C. (anrxc) 2009-08-07 23:23:07 +02:00
parent 41d4acb7a2
commit 9f75b0dc9d
1 changed files with 0 additions and 2 deletions

View File

@ -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
-- }}}
-- }}}