aboutsummaryrefslogtreecommitdiff
path: root/helpers.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-05 22:21:37 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-05 22:21:37 +0200
commit44aea404c792d1991563e8e924ffbebf14094151 (patch)
treeb24ce5b16f1ca99ba62653a6b5c88b11ac113d30 /helpers.lua
parent3c76e0ddd2083db5074e3cce644270cb84098c60 (diff)
downloadvicious-legacy-44aea404c792d1991563e8e924ffbebf14094151.tar.xz
Remove a spurious comment from helpers.lua
Diffstat (limited to 'helpers.lua')
-rw-r--r--helpers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers.lua b/helpers.lua
index cc5d823..5f54521 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -19,7 +19,6 @@ module("vicious.helpers")
-- {{{ Helper functions
-- {{{ Format a string with args
function format(format, args)
- -- Format a string
for var, val in pairs(args) do
format = string.gsub(format, "$" .. var, val)
end