aboutsummaryrefslogtreecommitdiff
path: root/helpers.lua
diff options
context:
space:
mode:
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