Spurious folds removed from helpers.
This commit is contained in:
parent
41d4acb7a2
commit
9f75b0dc9d
|
@ -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
|
||||
-- }}}
|
||||
-- }}}
|
||||
|
|
Loading…
Reference in New Issue