Remove a spurious comment from helpers.lua

This commit is contained in:
Adrian C. (anrxc) 2009-08-05 22:21:37 +02:00
parent 3c76e0ddd2
commit 44aea404c7
1 changed files with 0 additions and 1 deletions

View File

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